Westwind.Scripting
0.3.0
Small library to dynamically compile and execute C# source code at runtime.
For Full .NET Framework (NETFX) only.
Install-Package Westwind.Scripting -Version 0.3.0
dotnet add package Westwind.Scripting --version 0.3.0
<PackageReference Include="Westwind.Scripting" Version="0.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Westwind.Scripting --version 0.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Westwind.Scripting, 0.3.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Westwind.Scripting as a Cake Addin
#addin nuget:?package=Westwind.Scripting&version=0.3.0
// Install Westwind.Scripting as a Cake Tool
#tool nuget:?package=Westwind.Scripting&version=0.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.7.2
- Microsoft.CodeDom.Providers.DotNetCompilerPlatform (>= 3.6.0)
- Microsoft.CSharp (>= 4.7.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
0.3.0 | 167 | 1/24/2021 |
0.2.0 | 803 | 1/13/2020 |
0.1.0 | 392 | 2/21/2019 |
0.1.0-alpha02 | 300 | 2/20/2019 |
0.1.0-alpha | 303 | 2/11/2019 |