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
per PowerShell/vscode-powershell#3510 (comment), this does not appear to be isolating dependencies as expected, especially key ones that conflict with the Visual Studio Code PowerShell extension. As a result, several users are unable to run or debug PnP.PowerShell in Visual Studio Code but can get it to run otherwise. PowerShell/vscode-powershell#5032
powershell/src/Commands/Base/DependencyAssemblyLoadContext.cs
Line 12 in e06c687
per PowerShell/vscode-powershell#3510 (comment), this does not appear to be isolating dependencies as expected, especially key ones that conflict with the Visual Studio Code PowerShell extension. As a result, several users are unable to run or debug PnP.PowerShell in Visual Studio Code but can get it to run otherwise.
PowerShell/vscode-powershell#5032
Please update the assembly load context and relevant references to properly isolate in PS7+. @jborean93 has an excellent loader example here: https://github.com/jborean93/PowerShell-ALC/blob/main/ALCLoader/README.md
The text was updated successfully, but these errors were encountered: