Commit 9517088
committed
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 #5291 parent a364e4b commit 9517088
File tree
1 file changed
+1
-0
lines changed- module/PowerShellEditorServices
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments