Sigil 5.0.0
.NET Standard 2.0
.NET Framework 4.6.1
dotnet add package Sigil --version 5.0.0
NuGet\Install-Package Sigil -Version 5.0.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="Sigil" Version="5.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sigil --version 5.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Sigil, 5.0.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.
// Install Sigil as a Cake Addin
#addin nuget:?package=Sigil&version=5.0.0
// Install Sigil as a Cake Tool
#tool nuget:?package=Sigil&version=5.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A fail-fast validating helper for .NET CIL generation
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 | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 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.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 2.0
- System.Reflection.Emit (>= 4.3.0)
- System.Reflection.Emit.Lightweight (>= 4.3.0)
-
.NETStandard 2.1
- No dependencies.
NuGet packages (50)
Showing the top 5 NuGet packages that depend on Sigil:
Package | Downloads |
---|---|
Jil
A fast JSON serializer and deserializer |
|
Chuma.AlphaMS.MicroService
初码-AlphaMS开发库-微服务 |
|
Chuma.AlphaMS.Common
初码-AlphaMS开发库-公共库 |
|
StackExchange.Redis.Extensions.JilCore
Package Description |
|
SoftUnlimit.CQRS
Library implement CQRS desing pattern |
GitHub repositories (14)
Showing the top 5 popular GitHub repositories that depend on Sigil:
Repository | Stars |
---|---|
neuecc/MessagePack-CSharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
|
|
opserver/Opserver
Stack Exchange's Monitoring System
|
|
neuecc/ZeroFormatter
Infinitely Fast Deserializer for .NET, .NET Core and Unity.
|
|
neuecc/Utf8Json
Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
|
|
kevin-montrose/Jil
Fast .NET JSON (De)Serializer, Built On Sigil
|
Version | Downloads | Last updated |
---|---|---|
5.0.0 | 610,197 | 9/18/2019 |
4.7.0 | 7,451,286 | 5/23/2016 |
4.6.1 | 282,159 | 5/5/2016 |
4.6.0 | 1,303 | 5/5/2016 |
4.5.1 | 38,367 | 11/19/2015 |
4.5.0 | 335,062 | 7/27/2015 |
4.4.0 | 171,930 | 1/24/2015 |
4.3.1 | 20,733 | 12/5/2014 |
4.3.0 | 5,525 | 11/2/2014 |
4.2.2 | 91,716 | 8/24/2014 |
4.2.1 | 7,316 | 6/20/2014 |
4.2.0 | 2,369 | 6/15/2014 |
4.1.0 | 2,265 | 3/2/2014 |
4.0.2 | 3,323 | 1/5/2014 |
4.0.1 | 1,808 | 12/25/2013 |
4.0.0 | 1,163 | 12/24/2013 |
3.2.0 | 3,668 | 10/25/2013 |
3.1.1 | 1,186 | 9/15/2013 |
3.1.0 | 1,427 | 9/9/2013 |
3.0.0 | 1,402 | 5/14/2013 |
2.2.1 | 1,324 | 4/15/2013 |
2.2.0 | 1,784 | 4/14/2013 |
2.1.0 | 1,393 | 3/22/2013 |
2.0.2 | 1,216 | 3/13/2013 |
2.0.1 | 1,211 | 3/13/2013 |
2.0.0 | 1,423 | 3/3/2013 |
1.2.9 | 1,244 | 2/23/2013 |
1.2.8 | 1,226 | 2/21/2013 |
1.2.7 | 1,200 | 2/20/2013 |
1.2.6 | 1,208 | 2/20/2013 |
1.2.5 | 1,314 | 2/16/2013 |
1.2.4 | 1,206 | 2/16/2013 |
1.2.3 | 1,221 | 2/15/2013 |
1.2.2 | 1,384 | 2/14/2013 |
Drops support for versions of .NET Framework before 4.6.1.
Adds netstandard 2.1 and 2.2 targets.
Fixes a number of bugs around overflowing arithemtic operations.