Open
Description
openedon Oct 17, 2015
Scenario:
var s = await CSharpScript.EvaluateAsync("new MyLib.Class()", ScriptOptions.Default.AddReferences(
MetadataReference.CreateFromImage(File.ReadAllBytes(@"file.dll"))))
fails since the in-memory assembly is not registered with InteractiveAssemblyLoader.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment