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
Expected Behavior: An exception to be throw when using the unreferenced System.IO.*
Actual Behavior: An directory is created using System.IO.Directory
CSharpScript.EvaluateAsync does the same behaviour.
Tryed to find other ways to create the ScriptOptions to limit, but seems this is the more restrict way to create it.
The text was updated successfully, but these errors were encountered:
Version Used: Microsoft.CodeAnalysis.Scripting 4.12.0
Steps to Reproduce:
.csproj
Program.cs
Expected Behavior: An exception to be throw when using the unreferenced System.IO.*
Actual Behavior: An directory is created using System.IO.Directory
CSharpScript.EvaluateAsync does the same behaviour.
Tryed to find other ways to create the ScriptOptions to limit, but seems this is the more restrict way to create it.
The text was updated successfully, but these errors were encountered: