CSharp-Scripting-Engine-Tutorial icon indicating copy to clipboard operation
CSharp-Scripting-Engine-Tutorial copied to clipboard

Sample solution for a .NET 6.0 based C# scripting engine described at https://kahwei.dev/2022/05/07/c-scripting-engine-part-1-introduction/

C# Scripting Engine Tutorial Sample

Sample solution for a .NET 6.0 based C# scripting engine described at https://kahwei.dev/2022/05/07/c-scripting-engine-part-1-introduction/

Credits

Mike Rousos's sample repository on hosting .NET has been invaluable in helping me understand and set up the tutorial and repository to build this scripting engine.