News

Next create a new Console Application, open up Program.cs and add the following using statements. using Roslyn.Scripting; using Roslyn.Scripting.CSharp; You're now set up to run any of the code ...
If we want to add top level statements and functions to C#, we don't want them to conflict with how those work in scripting. Rather we want to compile them in the requisite manner when necessary ...