Implement proper assembly isolation to play nice with vscode-powershell
#26206
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
customer-reported
needs-triage
This is a new issue that needs to be triaged to the appropriate team.
Description
According to
vscode-powershell
maintainers, Azure PowerShell does not "implement assembly isolation correctly across the board".This can cause assembly conflict issues that
vscode-powershell
can't solve easily from their context.I don't have deep knowledge about this, I just want my authoring experience where Microsoft owns every part of the stack fixed.
Here are some resources on how, using assembly load context (ALC):
Here is more context:
vscode-powershell
messes upMicrosoft.Graph.Authentication
PowerShell/vscode-powershell#5053Feature request
Use AssemblyLoadContext for all assembly dependencies used by any Az module.
The text was updated successfully, but these errors were encountered: