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, C# scripting and .NET Interactive. 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 | 555,287 | 9/18/2019 |
4.7.0 | 7,245,308 | 5/23/2016 |
4.6.1 | 276,510 | 5/5/2016 |
4.6.0 | 1,290 | 5/5/2016 |
4.5.1 | 38,095 | 11/19/2015 |
4.5.0 | 331,374 | 7/27/2015 |
4.4.0 | 170,131 | 1/24/2015 |
4.3.1 | 19,065 | 12/5/2014 |
4.3.0 | 5,503 | 11/2/2014 |
4.2.2 | 91,557 | 8/24/2014 |
4.2.1 | 7,274 | 6/20/2014 |
4.2.0 | 2,354 | 6/15/2014 |
4.1.0 | 2,252 | 3/2/2014 |
4.0.2 | 3,305 | 1/5/2014 |
4.0.1 | 1,793 | 12/25/2013 |
4.0.0 | 1,147 | 12/24/2013 |
3.2.0 | 3,646 | 10/25/2013 |
3.1.1 | 1,171 | 9/15/2013 |
3.1.0 | 1,410 | 9/9/2013 |
3.0.0 | 1,386 | 5/14/2013 |
2.2.1 | 1,309 | 4/15/2013 |
2.2.0 | 1,769 | 4/14/2013 |
2.1.0 | 1,376 | 3/22/2013 |
2.0.2 | 1,197 | 3/13/2013 |
2.0.1 | 1,195 | 3/13/2013 |
2.0.0 | 1,404 | 3/3/2013 |
1.2.9 | 1,226 | 2/23/2013 |
1.2.8 | 1,208 | 2/21/2013 |
1.2.7 | 1,181 | 2/20/2013 |
1.2.6 | 1,191 | 2/20/2013 |
1.2.5 | 1,298 | 2/16/2013 |
1.2.4 | 1,189 | 2/16/2013 |
1.2.3 | 1,205 | 2/15/2013 |
1.2.2 | 1,367 | 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.