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
Submit to VS REPL (change the path to point to roslyn bin) and notice that part of the exception text is not red.
#r "C:\R1\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.CSharp.dll"
using Microsoft.CodeAnalysis.Scripting.CSharp;
CSharpScript.EvaluateAsync("X+Y", globals: new { X = 1, Y = 2 })