Sigil 2.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Sigil --version 2.0.2
NuGet\Install-Package Sigil -Version 2.0.2
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="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sigil --version 2.0.2
#r "nuget: Sigil, 2.0.2"
#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=2.0.2

// Install Sigil as a Cake Tool
#tool nuget:?package=Sigil&version=2.0.2

A fail-fast validation helper for .NET CIL generation.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has 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.Common

初码-AlphaMS开发库-公共库

Chuma.AlphaMS.MicroService

初码-AlphaMS开发库-微服务

StackExchange.Redis.Extensions.JilCore

Package Description

SoftUnlimit.CQRS

Library implement CQRS desing pattern

GitHub repositories (16)

Showing the top 5 popular GitHub repositories that depend on Sigil:

Repository Stars
MessagePack-CSharp/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 1,008,383 9/18/2019
4.7.0 8,988,096 5/23/2016
4.6.1 336,243 5/5/2016
4.6.0 1,843 5/5/2016
4.5.1 41,613 11/19/2015
4.5.0 471,138 7/27/2015
4.4.0 192,241 1/24/2015
4.3.1 36,489 12/5/2014
4.3.0 6,798 11/2/2014
4.2.2 93,126 8/24/2014
4.2.1 8,802 6/20/2014
4.2.0 3,142 6/15/2014
4.1.0 3,192 3/2/2014
4.0.2 4,579 1/5/2014
4.0.1 2,626 12/25/2013
4.0.0 1,716 12/24/2013
3.2.0 5,061 10/25/2013
3.1.1 1,751 9/15/2013
3.1.0 2,050 9/9/2013
3.0.0 1,933 5/14/2013
2.2.1 1,908 4/15/2013
2.2.0 2,498 4/14/2013
2.1.0 2,022 3/22/2013
2.0.2 1,760 3/13/2013
2.0.1 1,741 3/13/2013
2.0.0 2,007 3/3/2013
1.2.9 1,802 2/23/2013
1.2.8 1,742 2/21/2013
1.2.7 1,752 2/20/2013
1.2.6 1,725 2/20/2013
1.2.5 1,845 2/16/2013
1.2.4 1,733 2/16/2013
1.2.3 1,744 2/15/2013
1.2.2 1,990 2/14/2013

Fixes for call, callvirtual, and callindirect when calling methods defined on ValueTypes.  Related fixes to tailcall, and disabling tailcalls on callindirect.