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
When dotnet script tries to redirect assembly, it doesn't check if assembly is already loaded.
After redirection I get same assembly loaded multiple times.
Also Assembly.LoadFile() doesn't load in CurrentContext, we should probably use Assembly.LoadFrom(...) ?
When dotnet script tries to redirect assembly, it doesn't check if assembly is already loaded.
After redirection I get same assembly loaded multiple times.
Also
Assembly.LoadFile()
doesn't load in CurrentContext, we should probably useAssembly.LoadFrom(...)
?https://github.com/filipw/dotnet-script/blob/master/src/Dotnet.Script.Core/ScriptCompiler.cs#L194
The text was updated successfully, but these errors were encountered: