azure-powershell icon indicating copy to clipboard operation
azure-powershell copied to clipboard

Implement proper assembly isolation to play nice with `vscode-powershell`

Open o-l-a-v opened this issue 1 year ago • 0 comments

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:

Feature request

Use AssemblyLoadContext for all assembly dependencies used by any Az module.

o-l-a-v avatar Sep 30 '24 15:09 o-l-a-v