Microsoft.CodeAnalysis.CSharp.Scripting
4.12.0-3.final
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.CodeAnalysis.CSharp.Scripting --version 4.12.0-3.final
NuGet\Install-Package Microsoft.CodeAnalysis.CSharp.Scripting -Version 4.12.0-3.final
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.12.0-3.final" />
paket add Microsoft.CodeAnalysis.CSharp.Scripting --version 4.12.0-3.final
#r "nuget: Microsoft.CodeAnalysis.CSharp.Scripting, 4.12.0-3.final"
// Install Microsoft.CodeAnalysis.CSharp.Scripting as a Cake Addin #addin nuget:?package=Microsoft.CodeAnalysis.CSharp.Scripting&version=4.12.0-3.final&prerelease // Install Microsoft.CodeAnalysis.CSharp.Scripting as a Cake Tool #tool nuget:?package=Microsoft.CodeAnalysis.CSharp.Scripting&version=4.12.0-3.final&prerelease
Microsoft .NET Compiler Platform ("Roslyn") CSharp scripting package.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/bde21ee2b98b775b010d01a93f81ef587fe80962.
Product | Versions 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 is compatible. 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 is compatible. 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.CodeAnalysis.Analyzers (>= 3.3.4)
- Microsoft.CodeAnalysis.Common (= 4.12.0-3.final)
- Microsoft.CodeAnalysis.CSharp (= 4.12.0-3.final)
- Microsoft.CodeAnalysis.Scripting.Common (= 4.12.0-3.final)
- Microsoft.CSharp (>= 4.7.0)
- System.Buffers (>= 4.5.1)
- System.Collections.Immutable (>= 8.0.0)
- System.Memory (>= 4.5.5)
- System.Numerics.Vectors (>= 4.5.0)
- System.Reflection.Metadata (>= 8.0.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Text.Encoding.CodePages (>= 7.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
net7.0
- Microsoft.CodeAnalysis.Analyzers (>= 3.3.4)
- Microsoft.CodeAnalysis.Common (= 4.12.0-3.final)
- Microsoft.CodeAnalysis.CSharp (= 4.12.0-3.final)
- Microsoft.CodeAnalysis.Scripting.Common (= 4.12.0-3.final)
- Microsoft.CSharp (>= 4.7.0)
- System.Collections.Immutable (>= 8.0.0)
- System.Reflection.Metadata (>= 8.0.0)
-
net8.0
- Microsoft.CodeAnalysis.Analyzers (>= 3.3.4)
- Microsoft.CodeAnalysis.Common (= 4.12.0-3.final)
- Microsoft.CodeAnalysis.CSharp (= 4.12.0-3.final)
- Microsoft.CodeAnalysis.Scripting.Common (= 4.12.0-3.final)
- Microsoft.CSharp (>= 4.7.0)
- System.Collections.Immutable (>= 8.0.0)
- System.Reflection.Metadata (>= 8.0.0)
NuGet packages (269)
Showing the top 5 NuGet packages that depend on Microsoft.CodeAnalysis.CSharp.Scripting:
Package | Downloads |
---|---|
Microsoft.CodeAnalysis.Scripting
Microsoft .NET Compiler Platform ("Roslyn") CSharp and VB scripting package. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/dfa7fc6bdea31a858a402168384192b633c811fa. |
|
CS-Script.Core
CS-Script engine Class Library for .NET 5 |
|
CS-Script
CS-Script engine Class Library for .NET 5 (and higher) |
|
CS-Script.bin
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. |
|
WorkflowEngine.NETCore-Core
Workflow Engine is a .NET and .NET Core library that enables you to add custom executable .NET and Java workflows of any complexity to any software, be it your own creation or a third-party solution, with minimal changes to existing code. Its core features are: - HTML5 visual designer. Design, model, edit and visualize your custom workflows. - Workflow version control. Keep track of your workflow changes and easily revert them. - Parallel workflow support. Split workflows into branches that execute tasks concurrently. - XML import/export. Export your workflows for further reuse and sharing. - Localization support. Translate user interface to multiple languages of your choice. - In-built workflow timers. Set intervals or specify time to run custom actions and workflow tasks. Workflow Engine build for .NET core includes a set of pre-built providers for the following databases: - MS SQL Server - PostgreSQL - Oracle - MySQL |
GitHub repositories (105)
Showing the top 5 popular GitHub repositories that depend on Microsoft.CodeAnalysis.CSharp.Scripting:
Repository | Stars |
---|---|
dnSpy/dnSpy
.NET debugger and assembly editor
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
stride3d/stride
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
|
|
elsa-workflows/elsa-core
A .NET workflows library
|
|
dotnet/Silk.NET
The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about.
|
Version | Downloads | Last updated |
---|---|---|
4.12.0 | 8,236 | 12/4/2024 |
4.12.0-3.final | 5,516 | 10/29/2024 |
4.12.0-2.final | 2,193 | 9/17/2024 |
4.12.0-1.final | 7,586 | 8/14/2024 |
4.11.0 | 392,991 | 8/15/2024 |
4.11.0-3.final | 431 | 7/31/2024 |
4.11.0-2.final | 1,776 | 6/19/2024 |
4.10.0 | 266,263 | 6/10/2024 |
4.10.0-3.final | 1,976 | 4/29/2024 |
4.10.0-2.final | 3,795 | 3/19/2024 |
4.10.0-1.final | 215 | 3/18/2024 |
4.9.2 | 472,453 | 3/2/2024 |
4.9.0-3.final | 4,523 | 1/22/2024 |
4.9.0-2.final | 2,724 | 12/16/2023 |
4.9.0-1.final | 264 | 12/13/2023 |
4.8.0 | 2,752,195 | 11/22/2023 |
4.8.0-3.final | 36,697 | 11/3/2023 |
4.8.0-2.final | 5,459 | 9/20/2023 |
4.8.0-1.final | 561 | 9/9/2023 |
4.7.0 | 1,539,467 | 8/18/2023 |
4.7.0-2.final | 17,617 | 6/20/2023 |
4.7.0-1.final | 4,945 | 5/20/2023 |
4.6.0 | 517,763 | 5/16/2023 |
4.6.0-1.final | 79,629 | 3/3/2023 |
4.5.0 | 1,250,527 | 2/24/2023 |
4.5.0-2.final | 8,574 | 1/6/2023 |
4.4.0 | 4,917,318 | 11/14/2022 |
4.4.0-4.final | 14,786 | 10/22/2022 |
4.4.0-2.final | 10,009 | 9/19/2022 |
4.4.0-1.final | 39,693 | 8/16/2022 |
4.3.1 | 1,115,139 | 9/30/2022 |
4.3.0-3.final | 1,728 | 7/26/2022 |
4.3.0-2.final | 2,317 | 6/22/2022 |
4.3.0-1.final | 9,121 | 5/10/2022 |
4.2.0 | 851,857 | 5/13/2022 |
4.2.0-4.final | 1,518 | 4/27/2022 |
4.2.0-2.final | 2,276 | 3/25/2022 |
4.2.0-1.final | 7,001 | 2/18/2022 |
4.1.0 | 2,703,005 | 2/16/2022 |
4.1.0-3.final | 21,693 | 1/27/2022 |
4.1.0-1.final | 27,230 | 11/19/2021 |
4.0.1 | 2,453,295 | 11/9/2021 |
4.0.0-6.final | 8,442 | 10/20/2021 |
4.0.0-5.final | 18,760 | 10/11/2021 |
4.0.0-4.final | 32,299 | 9/15/2021 |
4.0.0-3.final | 35,770 | 8/12/2021 |
4.0.0-2.final | 1,261 | 7/20/2021 |
4.0.0-1.final | 3,192 | 7/7/2021 |
3.11.0 | 861,851 | 8/11/2021 |
3.11.0-3.final | 396 | 7/15/2021 |
3.11.0-1.final | 1,680 | 6/14/2021 |
3.10.0 | 316,092 | 6/11/2021 |
3.10.0-3.final | 5,749 | 5/13/2021 |
3.10.0-2.final | 1,319 | 4/20/2021 |
3.10.0-1.final | 11,107 | 3/3/2021 |
3.9.0 | 1,315,336 | 3/2/2021 |
3.9.0-5.final | 696 | 2/24/2021 |
3.9.0-4.final | 4,221 | 2/10/2021 |
3.9.0-3.final | 1,732 | 1/20/2021 |
3.9.0-2.final | 10,683 | 12/10/2020 |
3.9.0-1.final | 4,960 | 12/4/2020 |
3.8.0 | 2,555,387 | 11/13/2020 |
3.8.0-5.final | 9,414 | 10/23/2020 |
3.8.0-4.final | 1,338 | 10/13/2020 |
3.8.0-3.final | 3,763 | 9/16/2020 |
3.8.0-2.final | 841 | 9/1/2020 |
3.7.0 | 745,387 | 8/5/2020 |
3.7.0-4.final | 2,209 | 7/14/2020 |
3.7.0-3.final | 810 | 7/2/2020 |
3.7.0-2.final | 1,596 | 6/15/2020 |
3.7.0-1.final | 5,200 | 5/19/2020 |
3.6.0 | 1,552,788 | 5/19/2020 |
3.6.0-4.final | 1,552 | 5/4/2020 |
3.6.0-3.final | 1,211 | 4/16/2020 |
3.6.0-2.final | 4,024 | 3/26/2020 |
3.6.0-1.final | 852 | 3/17/2020 |
3.5.0 | 633,937 | 3/16/2020 |
3.5.0-beta3-final | 1,368 | 2/19/2020 |
3.5.0-beta2-final | 6,744 | 1/23/2020 |
3.5.0-beta1-final | 6,096 | 12/3/2019 |
3.4.0 | 4,313,167 | 12/3/2019 |
3.4.0-beta4-final | 1,190 | 11/15/2019 |
3.4.0-beta3-final | 2,496 | 11/4/2019 |
3.4.0-beta2-final | 1,550 | 10/15/2019 |
3.4.0-beta1-final | 1,496 | 9/23/2019 |
3.3.1 | 1,696,748 | 9/23/2019 |
3.3.1-beta3-final | 3,818 | 9/5/2019 |
3.3.0-beta2-final | 10,194 | 8/15/2019 |
3.3.0-beta1-final | 3,655 | 7/26/2019 |
3.2.1 | 174,148 | 8/9/2019 |
3.2.0 | 77,591 | 8/1/2019 |
3.2.0-beta4-final | 1,107 | 7/16/2019 |
3.2.0-beta3-final | 1,269 | 6/25/2019 |
3.2.0-beta1-final | 2,177 | 5/21/2019 |
3.1.0 | 677,569 | 5/21/2019 |
3.1.0-beta3-final | 5,501 | 5/7/2019 |
3.1.0-beta2-final | 1,199 | 4/24/2019 |
3.1.0-beta1-final | 54,264 | 4/10/2019 |
3.0.0 | 365,710 | 4/2/2019 |
3.0.0-beta4-final | 3,374 | 2/27/2019 |
3.0.0-beta3-final | 1,504 | 2/14/2019 |
3.0.0-beta2-final | 4,138 | 1/24/2019 |
2.11.0-beta1-final | 3,888 | 12/11/2018 |
2.10.0 | 1,966,908 | 11/15/2018 |
2.9.0 | 471,477 | 8/16/2018 |
2.8.2 | 649,361 | 5/22/2018 |
2.8.0 | 1,175,026 | 5/1/2018 |
2.8.0-beta4 | 1,438 | 4/20/2018 |
2.8.0-beta3 | 1,530 | 4/12/2018 |
2.7.0 | 185,076 | 3/8/2018 |
2.6.1 | 428,354 | 12/14/2017 |
2.6.0 | 32,318 | 12/8/2017 |
2.6.0-beta3 | 3,138 | 11/22/2017 |
2.4.0 | 148,230 | 10/16/2017 |
2.3.2 | 80,153 | 8/31/2017 |
2.3.1 | 80,558 | 7/20/2017 |
2.3.0 | 43,640 | 7/11/2017 |
2.3.0-beta3 | 1,422 | 7/6/2017 |
2.3.0-beta2 | 2,389 | 6/15/2017 |
2.3.0-beta1 | 1,546 | 5/30/2017 |
2.2.0 | 65,021 | 5/30/2017 |
2.1.0 | 173,274 | 4/21/2017 |
2.0.0 | 468,520 | 3/9/2017 |
2.0.0-rc4 | 21,959 | 2/8/2017 |
2.0.0-rc3 | 1,633 | 1/30/2017 |
2.0.0-rc2 | 3,912 | 12/14/2016 |
2.0.0-rc | 3,155 | 11/18/2016 |
2.0.0-beta5 | 3,154 | 10/18/2016 |
2.0.0-beta4 | 3,067 | 10/12/2016 |
2.0.0-beta3 | 5,661 | 7/13/2016 |
2.0.0-beta1 | 2,392 | 3/31/2016 |
1.3.2 | 229,050 | 7/1/2016 |
1.3.1 | 26,335 | 7/1/2016 |
1.3.0 | 5,699 | 6/27/2016 |
1.2.2 | 170,771 | 5/17/2016 |
1.2.1 | 52,496 | 3/31/2016 |
1.2.0 | 3,737 | 3/31/2016 |
1.2.0-rc | 1,945 | 3/5/2016 |
1.2.0-beta1-20160202-02 | 3,469 | 2/2/2016 |
1.2.0-beta1-20160108-01 | 7,906 | 1/12/2016 |
1.1.1 | 15,729 | 12/3/2015 |
1.1.0 | 14,508 | 11/30/2015 |
1.1.0-rc1-20151109-01 | 2,998 | 11/14/2015 |