Multi.Scripting
1.2.0
See the version list below for details.
dotnet add package Multi.Scripting --version 1.2.0
NuGet\Install-Package Multi.Scripting -Version 1.2.0
<PackageReference Include="Multi.Scripting" Version="1.2.0" />
paket add Multi.Scripting --version 1.2.0
#r "nuget: Multi.Scripting, 1.2.0"
// Install Multi.Scripting as a Cake Addin #addin nuget:?package=Multi.Scripting&version=1.2.0 // Install Multi.Scripting as a Cake Tool #tool nuget:?package=Multi.Scripting&version=1.2.0
Package Description:
Multi.Scripting provides classes and interfaces to run javascript code. It supplies a namespace structure to organise values and functions, allowing user specified data sources.
Further documentation on methods, properties, classes and interfaces may be found on the respective element as in-code summaries.
Notes on Clearscript:
The javascript execution is done through Clearscript. You can not use the notation for generic type arguments in javascript code. To allow the construction of C#'s List and Dictionary classes, non-generic classes have been added, which inherit from the respectively equally named generic class. Similarly, Array.Empty<T>() is unavailable, for which the static Empty class has been added. Use Empty.Array instead.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Microsoft.ClearScript.Complete (>= 7.4.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.