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
MSBuild has several explicit references to AssemblyLoadContext.Default. That prevents an application from using the MSBuild API in a disposable (or otherwise managed) context.
MSBuild has several explicit references to
AssemblyLoadContext.Default
. That prevents an application from using the MSBuild API in a disposable (or otherwise managed) context.msbuild/src/Shared/TaskEngineAssemblyResolver.cs
Line 126 in 414393f
msbuild/src/Shared/MSBuildLoadContext.cs
Lines 82 to 85 in 414393f
This one is potentially OK since it's only to support an escape-hatch feature, but we can also consider removing it:
msbuild/src/Shared/CoreCLRAssemblyLoader.cs
Lines 65 to 83 in 414393f
The text was updated successfully, but these errors were encountered: