PSResourceGet
PSResourceGet copied to clipboard
Abstract at least common dependencies into an AssemblyLoadContext
Summary of the new feature / enhancement
PSGet 3.0 should follow the example of PSES and abstract its common dependencies such as NuGet into an AssemblyLoadContext, so as not to conflict with other legacy modules which might use those assemblies.
Per @SteveL-MSFT: https://twitter.com/Steve_MSFT/status/1542983766901026816?s=20&t=lguXc5lP3bbwtRahi34EUw
Proposed technical implementation details (optional)
No response