You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issue with loading PSES in PowerShell Core 6.0.0-beta3
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
0 commit comments