jborean
How to fix VSCode Error/Warning for valid code
Welp it turns out I had
"dotnet.server.useOmnisharp": true
set in my VSCode SSH remote settings but not local so I thought I wasn't using O# but it in fact was. Removed that and things start working magically28 replies
AssemblyLoadContext LoadfromAssemblyPath vs LoadFromNativeImagePath
I can see both end up calling AssemblyNative_LoadFromPath where the
assemblyPath
arg is the pwzILPath
and nativeImagePath
is pwzNIPath
but it seems like the latter is not used at all in that situation?8 replies