Skip to content

Fix issue with loading PSES in PowerShell Core 6.0.0-beta3 #530

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 22, 2017

Conversation

daviwil
Copy link
Contributor

@daviwil daviwil commented Jun 22, 2017

This change fixes an issue caused by PowerShell Core 6.0.0-beta3's
AssemblyLoadContext changes where the Protocol assembly isn't being
auto-loaded when the Host assembly gets loaded. The fix is to
explicitly load that assembly when loaded inside of PowerShell Core.

Resolves #529

This change fixes an issue caused by PowerShell Core 6.0.0-beta3's
AssemblyLoadContext changes where the Protocol assembly isn't being
auto-loaded when the Host assembly gets loaded.  The fix is to
explicitly load that assembly when loaded inside of PowerShell Core.

Resolves PowerShell#529
@daviwil daviwil added this to the 1.4.1 milestone Jun 22, 2017
@daviwil daviwil merged commit 9517088 into PowerShell:master Jun 22, 2017
@daviwil daviwil deleted the fix-beta3-issue branch June 22, 2017 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PS Core 6.0 Beta3 doesn't load in v1.4.0
2 participants