CS-Script.bin 3.30.5.1

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

// Install CS-Script.bin as a Cake Tool
#tool nuget:?package=CS-Script.bin&version=3.30.5.1

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
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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.
FransBouma/RawDataAccessBencher
Bench code which tests entity materialization speed of various .NET data access / ORM implementations
vchelaru/FlatRedBall
Repository for the FlatRedBall Game Engine
Version Downloads Last updated
3.30.5.1 44,119 12/21/2020
3.30.5-pre 387 12/20/2020
3.30.4 2,877 12/12/2020
3.30.3 15,914 5/30/2020
3.30.2-HotFix 933 4/27/2020
3.30.1-HotFix 8,338 12/17/2019
3.30.0 85,568 10/14/2019
3.29.0 220,306 5/22/2019
3.28.7 17,493 9/2/2018
3.28.4 32,724 4/28/2018
3.28.2 4,354 3/15/2018
3.28.0.1 3,837 2/5/2018
3.28.0 983 2/4/2018
3.27.2 10,212 8/11/2017
3.27.0 3,289 7/19/2017
3.26.2 1,613 6/30/2017
3.25.1 6,109 3/23/2017
3.24.2 17,481 3/5/2017
3.24.0 13,361 2/14/2017
3.22.0 2,457 1/30/2017
3.21.1 27,092 1/25/2017
3.19.0 11,206 12/12/2016
3.18.1 3,859 11/16/2016
3.16.0 12,849 10/26/2016
3.14.0 13,936 8/3/2016
3.13.2 25,175 7/7/2016
3.13.1 1,810 7/7/2016
3.12.2.1 9,284 5/14/2016
3.12.1 2,067 3/30/2016
3.12.0.1 6,457 3/22/2016
3.11.1-HotFix 935 2/5/2016
3.11.0.1 5,783 2/3/2016
3.11.0 9,024 2/3/2016
3.10.0 15,736 1/12/2016

- Issue #220: Reason for not defining TRACE when compiling without the debug flag
- Removed all non v4.6 targets from the NuGet packages
- PR #178:Fixed issue where Example.Sub assembly would be matched when requesting Example assembly