Alternet.Studio.Scripter.Common 8.1.11

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8 or higher.

dotnet add package Alternet.Studio.Scripter.Common --version 8.1.11
NuGet\Install-Package Alternet.Studio.Scripter.Common -Version 8.1.11
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="Alternet.Studio.Scripter.Common" Version="8.1.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Alternet.Studio.Scripter.Common --version 8.1.11
#r "nuget: Alternet.Studio.Scripter.Common, 8.1.11"
#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.
// Install Alternet.Studio.Scripter.Common as a Cake Addin
#addin nuget:?package=Alternet.Studio.Scripter.Common&version=8.1.11

// Install Alternet.Studio.Scripter.Common as a Cake Tool
#tool nuget:?package=Alternet.Studio.Scripter.Common&version=8.1.11

AlterNET Scripter is a component library designed to integrate C#, Visual Basic, TypeScript, JavaScript and IronPython scripts into your WinForms and WPF .NET desktop applications. It allows extending the application logic by implementing custom functionality or automating custom tasks without recompiling and redeploying the application.

This package includes a set of interfaces for script execution.

This is a multi-target package, and can be used with .NET applications targeting .NET Framework starting from 4.5.2 or .NET Core starting from 3.1.

More information about Scripter can be found here:
https://www.alternetsoft.com/products/scripter

Documentation and sample projects can be downloaded here:
https://www.alternetsoft.com/download

NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here:
https://www.alternetsoft.com/faq#license

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net452 is compatible.  net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Alternet.Studio.Scripter.Common:

Package Downloads
Alternet.Studio.Scripter.Debugger.Common The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

AlterNET Scripter is a component library designed to integrate C#, Visual Basic, TypeScript, JavaScript, Python, and IronPython scripts into your WinForms and WPF .NET desktop applications. It allows extending the application logic by implementing custom functionality or automating custom tasks without recompiling and redeploying the application. This package includes a set of interfaces for script debugging. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Scripter can be found here: https://www.alternetsoft.com/products/scripter Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license

Alternet.Studio.Scripter The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

AlterNET Scripter is a component library designed to integrate C#, Visual Basic, TypeScript, JavaScript, Python, and IronPython scripts into your WinForms and WPF .NET desktop applications. It allows extending the application logic by implementing custom functionality or automating custom tasks without recompiling and redeploying the application. This package includes a ScriptRun component, which provides a framework for the execution of C# and Visual Basic scripts. It supports compiling scripts and projects into a dynamically linked library or a standalone executable, referencing application-defined objects and types in the script, and executing script code. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Scripter can be found here: https://www.alternetsoft.com/products/scripter Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license

Alternet.Studio.Scripter.TypeScript The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

AlterNET Scripter is a component library designed to integrate C#, Visual Basic, TypeScript, JavaScript, Python, and IronPython scripts into your WinForms and WPF .NET desktop applications. It allows extending the application logic by implementing custom functionality or automating custom tasks without recompiling and redeploying the application. This package includes a ScriptRun component, which provides a framework for the execution of TypeScript and JavaScript scripts and projects. TypeScript ScriptRun relies on Microsoft ClearScript for TypeScript compilation and Google V8 engine for executing JavaScript and supports referencing application-defined objects and types in the script. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Scripter can be found here: https://www.alternetsoft.com/products/scripter Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license

Alternet.Studio.Scripter.IronPython The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

AlterNET Scripter is a component library designed to integrate C#, Visual Basic, TypeScript, JavaScript, Python, and IronPython scripts into your WinForms and WPF .NET desktop applications. It allows extending the application logic by implementing custom functionality or automating custom tasks without recompiling and redeploying the application. This package includes a ScriptRun component, which provides a framework for the execution of IronPython 3 scripts and projects. IronPython ScriptRun relies on the IronPython open-source project and supports referencing application-defined objects and types in the script and executing script code. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Scripter can be found here: https://www.alternetsoft.com/products/scripter Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license

Alternet.Studio.Scripter.Python The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

AlterNET Scripter is a component library designed to integrate C#, Visual Basic, TypeScript, JavaScript, Python, and IronPython scripts into your WinForms and WPF .NET desktop applications. It allows extending the application logic by implementing custom functionality or automating custom tasks without recompiling and redeploying the application. This package includes a ScriptRun component, which provides a framework for the execution of Python scripts. It supports compiling scripts and projects into a dynamically linked library or a standalone executable, referencing application-defined objects and types in the script, and executing script code. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Scripter can be found here: https://www.alternetsoft.com/products/scripter Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.5.3 207 3/21/2024
9.5.2 392 2/23/2024
9.5.1 492 2/1/2024
9.5.0 765 12/25/2023
9.1.3 649 11/28/2023
9.1.2 591 11/17/2023
9.1.1 575 10/27/2023
9.1.0 725 9/29/2023
9.0.3 574 9/6/2023
9.0.2 579 8/25/2023
9.0.1 723 7/26/2023
9.0.0.1 1,033 6/5/2023
9.0.0 878 6/2/2023
8.1.12 6,910 4/18/2023
8.1.11 1,790 3/27/2023
8.1.10 1,955 3/7/2023
8.1.9 2,306 1/25/2023
8.1.8 2,651 12/20/2022
8.1.7 2,626 12/16/2022
8.1.6 2,920 11/22/2022
8.1.4 3,372 10/29/2022
8.1.3 3,660 9/13/2022
8.1.2 3,648 8/19/2022
8.1.1 3,699 7/27/2022
8.1.0 3,982 7/19/2022
8.0.6 3,728 5/18/2022
8.0.5 3,758 5/3/2022
8.0.4 3,908 3/29/2022
8.0.3 3,832 3/24/2022
8.0.2 6,105 2/28/2022
8.0.1 3,879 2/15/2022
8.0.0 4,078 1/26/2022
7.2.5 1,520 12/22/2021
7.2.4 1,668 12/11/2021
7.2.3 1,476 12/6/2021
7.2.0 1,807 8/17/2021
7.1.2 1,786 6/29/2021
7.1.1 1,921 5/31/2021
7.1.0 1,788 5/30/2021
7.0.2 1,716 5/7/2021
7.0.0 7,557 12/31/2020
6.2.1 1,654 1/21/2021
6.2.0 4,346 8/5/2020
6.1.0 1,813 6/29/2020
6.0.5 1,897 5/14/2020
6.0.4 1,955 4/16/2020
6.0.3 1,867 4/15/2020
6.0.2 1,760 4/5/2020
6.0.1 1,751 3/29/2020
6.0.0 1,738 3/27/2020