Info
Version: | 1.5.1 |
Author(s): | Westwind.Scripting |
Last Update: | Wednesday, September 4, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/RickStrahl/Westwind.Scripting |
NuGet Url: | https://www.nuget.org/packages/Westwind.Scripting |
Install
Install-Package Westwind.Scripting
dotnet add package Westwind.Scripting
paket add Westwind.Scripting
Westwind.Scripting Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.7.0)
- Microsoft.CodeDom.Providers.DotNetCompilerPlatform(>= 3.6.0)
Tags
Features:
* Evaluate C# Expressions
* Execute code snippets with or without parameters and return values
* Execute complete methods
* Create and load classes
* C# Script Templates using Handlebars like syntax.