CSharpScriptSerializer 3.0.4
.NET Standard 2.1
dotnet add package CSharpScriptSerializer --version 3.0.4
NuGet\Install-Package CSharpScriptSerializer -Version 3.0.4
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="CSharpScriptSerializer" Version="3.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CSharpScriptSerializer --version 3.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CSharpScriptSerializer, 3.0.4"
#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 CSharpScriptSerializer as a Cake Addin
#addin nuget:?package=CSharpScriptSerializer&version=3.0.4
// Install CSharpScriptSerializer as a Cake Tool
#tool nuget:?package=CSharpScriptSerializer&version=3.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Serialize objects to C# scripts
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- Microsoft.CodeAnalysis.CSharp.Scripting (>= 4.2.0)
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 4.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.4 | 377 | 6/16/2022 |
3.0.3 | 311 | 6/16/2022 |
3.0.2 | 302 | 6/16/2022 |
3.0.1 | 307 | 6/15/2022 |
2.0.0 | 770 | 2/7/2020 |
1.6.1 | 1,602 | 12/7/2018 |
1.5.0 | 1,285 | 5/31/2018 |
1.4.0 | 1,193 | 8/18/2017 |
1.3.0 | 864 | 8/15/2017 |
1.2.0 | 1,072 | 3/10/2017 |
1.1.2 | 1,016 | 3/4/2017 |
1.1.1 | 982 | 3/4/2017 |
1.1.0 | 1,209 | 12/11/2016 |
1.0.0 | 1,063 | 11/24/2016 |
Version 3.0.4
* Simplify empty object initializers
Version 3.0.3
* Simplify empty collections
Version 3.0.2
* Remove trailing new line
Version 3.0.0
* Update to Roslyn V4.2.0
Version 2.0.0
* Update to Roslyn V3.4.0
* Target netstandard2.1
Version 1.6.1
* Update to Roslyn V2.9.0
Version 1.5.0
* Add support for hidden properties
* Update to Roslyn V2.8.0
Version 1.4.0
* Add support for ValueTuple, Type and plain Object