Multi.Scripting 1.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Multi.Scripting --version 1.3.0
                    
NuGet\Install-Package Multi.Scripting -Version 1.3.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Multi.Scripting" Version="1.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Multi.Scripting" Version="1.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Multi.Scripting" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Multi.Scripting --version 1.3.0
                    
#r "nuget: Multi.Scripting, 1.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Multi.Scripting@1.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Multi.Scripting&version=1.3.0
                    
Install as a Cake Addin
#tool nuget:?package=Multi.Scripting&version=1.3.0
                    
Install as a Cake Tool

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 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0 131 8/15/2025
1.9.1 170 1/22/2025
1.9.0 148 1/18/2025
1.8.2 139 1/10/2025
1.8.1 146 12/30/2024
1.8.0 144 12/30/2024
1.7.4 142 10/5/2024
1.7.3 166 9/28/2024
1.7.2 148 9/28/2024
1.7.1 138 9/27/2024
1.7.0 141 9/26/2024
1.6.1 164 9/18/2024
1.6.0 152 9/18/2024
1.5.0 171 9/17/2024
1.4.0 170 9/16/2024
1.3.0 151 9/8/2024
1.2.0 141 9/8/2024
1.1.0 155 9/8/2024
1.0.0 180 9/7/2024