CS-Script 3.30.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CS-Script --version 3.30.0
                    
NuGet\Install-Package CS-Script -Version 3.30.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="CS-Script" Version="3.30.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CS-Script" Version="3.30.0" />
                    
Directory.Packages.props
<PackageReference Include="CS-Script" />
                    
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 CS-Script --version 3.30.0
                    
#r "nuget: CS-Script, 3.30.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 CS-Script@3.30.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=CS-Script&version=3.30.0
                    
Install as a Cake Addin
#tool nuget:?package=CS-Script&version=3.30.0
                    
Install as a Cake Tool

Class Library assembly for the CS-Script engine. CS-Script is a CLR (Common Language Runtime) based scripting system which uses ECMA-compliant C# as a programming language.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (25)

Showing the top 5 NuGet packages that depend on CS-Script:

Package Downloads
WebVella.Erp.Web

The web components library for the open-source and free platform WebVella ERP. It allows a quick and painless creation of business web applications.

WireMock.Net.Matchers.CSharpCode

A CSharpCodeMatcher which can be used to match WireMock.Net Requests using C# code.

cbim.mango.server.framework

BIM-STAR平台服务器端主程序所需库

BioLib

A GUI-less version of Bio .NET library for editing & annotating various microscopy image formats. Supports all bioformats supported images. Integrates with ImageJ, running ImageJ filters & macro functions. Supports Windows, Linux and Mac.

H.Runners.CSharpRunner

Allows you dynamic execution of C# code.

GitHub repositories (13)

Showing the top 13 popular GitHub repositories that depend on CS-Script:

Repository Stars
timschneeb/GalaxyBudsClient
Unofficial Galaxy Buds Manager for Windows, macOS, Linux, and Android
dotnetcore/Magicodes.IE
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.
antonpup/Aurora
Unified lighting effects across multiple brands and various games.
wiremock/WireMock.Net
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on WireMock Java, but extended with more functionality.Full documentation can be found at https://wiremock.org/dotnet/.
WebVella/WebVella-ERP
Free and open-source pluggable ERP and CRM software based on ASP.NET Core 9, RazorPages and PostgreSQL . Targets Linux or Windows as host OS.
IoTSharp/IoTSharp
IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.
ThingsGateway/ThingsGateway
ThingsGateway is a cross-platform, high-performance gateway for edge data acquisition and IoT connectivity. Developed with .NET 8, it offers a suite of powerful tools, including advanced PLC communication libraries and debugging software.
fdorg/flashdevelop
FlashDevelop is a free and open source code editor.
dukus/digiCamControl
DSLR camera remote control open source software
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
vchelaru/FlatRedBall
Cross-platform 2D game engine focused on ultimate productivity built in .NET
pdfforge/PDFCreator
PDFCreator - The free PDF Converter
Cryolitia/PhotoTimeFix
An easy program aimed to fix photo's timestamp incorrect by filename/Exif
Version Downloads Last Updated
4.13.2 2,077 1/24/2026
4.13.1 16,222 12/20/2025
4.13.0 4,851 12/11/2025
4.12.0 14,915 11/15/2025
4.11.2 32,633 10/7/2025
4.11.0 51,882 8/10/2025
4.10.1 8,763 7/30/2025
4.10.0 2,645 7/29/2025
4.9.9 3,269 7/26/2025
4.9.7 56,441 6/8/2025
4.9.6 44,228 4/27/2025
4.9.5 8,346 4/17/2025
4.8.27 107,805 1/12/2025
4.8.26 278 1/11/2025
4.8.21 22,843 11/18/2024
4.8.19 23,265 10/31/2024
4.8.18-HotFix 869 7/19/2024
4.8.17 99,079 7/13/2024
4.8.16 24,021 5/21/2024
3.30.0 88,836 10/14/2019
Loading failed

- Issue #25: Feature request to support conditional directives
- Issue #160: Compatibility with old script syntax
- Issue #161: Assembly is (tried to be) loaded from GAC instead of local dir
- Triggered by issue #172: CsvHelper loads the wrong ValueTuple version in CSScript?
- Issue #173: C# script installation on Window10 / WSL linux does not work
- Added support for _gitignore_ syntax in `//css_` directives (e.g. `//css_ref .\**\Release\*.dll`)
- Added processing precompilers output for `-proj` option
- Added debugVS2019.cs
- Improved version info output
- Fixed all urls pointing to the old web hosting
- Added support for PreferredRuntime of the dependency packages when resolving them.
- Added VB samples for NuGet package (partial solution for #155)
- Added syntax help output info