CS-Script.bin
3.30.0
See the version list below for details.
dotnet add package CS-Script.bin --version 3.30.0
NuGet\Install-Package CS-Script.bin -Version 3.30.0
<PackageReference Include="CS-Script.bin" Version="3.30.0" />
paket add CS-Script.bin --version 3.30.0
#r "nuget: CS-Script.bin, 3.30.0"
// Install CS-Script.bin as a Cake Addin #addin nuget:?package=CS-Script.bin&version=3.30.0 // Install CS-Script.bin as a Cake Tool #tool nuget:?package=CS-Script.bin&version=3.30.0
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.CodeAnalysis.CSharp.Scripting (>= 2.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on CS-Script.bin:
Package | Downloads |
---|---|
CS-Script.RoslynProvider
The CodeDom provider for CS-Script Class Library that targets Roslyn. |
|
LightNet.ScriptEngine.CSharp
基于LightNet,以CS-Script作为脚本引擎的扩充 |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on CS-Script.bin:
Repository | Stars |
---|---|
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
|
|
FransBouma/RawDataAccessBencher
Bench code which tests entity materialization speed of various .NET data access / ORM implementations
|
Version | Downloads | Last updated |
---|---|---|
3.30.5.1 | 99,812 | 12/21/2020 |
3.30.5-pre | 530 | 12/20/2020 |
3.30.4 | 3,332 | 12/12/2020 |
3.30.3 | 29,656 | 5/30/2020 |
3.30.2-HotFix | 1,033 | 4/27/2020 |
3.30.1-HotFix | 8,427 | 12/17/2019 |
3.30.0 | 88,474 | 10/14/2019 |
3.29.0 | 321,648 | 5/22/2019 |
3.28.7 | 23,485 | 9/2/2018 |
3.28.4 | 36,137 | 4/28/2018 |
3.28.2 | 4,968 | 3/15/2018 |
3.28.0.1 | 4,825 | 2/5/2018 |
3.28.0 | 1,355 | 2/4/2018 |
3.27.2 | 11,482 | 8/11/2017 |
3.27.0 | 3,864 | 7/19/2017 |
3.26.2 | 1,945 | 6/30/2017 |
3.25.1 | 6,988 | 3/23/2017 |
3.24.2 | 19,141 | 3/5/2017 |
3.24.0 | 14,364 | 2/14/2017 |
3.22.0 | 3,032 | 1/30/2017 |
3.21.1 | 30,918 | 1/25/2017 |
3.19.0 | 15,971 | 12/12/2016 |
3.18.1 | 4,542 | 11/16/2016 |
3.16.0 | 17,500 | 10/26/2016 |
3.14.0 | 15,846 | 8/3/2016 |
3.13.2 | 35,063 | 7/7/2016 |
3.13.1 | 2,384 | 7/7/2016 |
3.12.2.1 | 10,848 | 5/14/2016 |
3.12.1 | 2,345 | 3/30/2016 |
3.12.0.1 | 6,866 | 3/22/2016 |
3.11.1-HotFix | 1,041 | 2/5/2016 |
3.11.0.1 | 6,080 | 2/3/2016 |
3.11.0 | 9,380 | 2/3/2016 |
3.10.0 | 32,012 | 1/12/2016 |
- Issue #25: Feature request to support conditional directives
* Merge pull request #159 from HugoRoss/patch-3
- 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