Sigil 4.4.0
dotnet add package Sigil --version 4.4.0
NuGet\Install-Package Sigil -Version 4.4.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="4.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sigil" Version="4.4.0" />
<PackageReference Include="Sigil" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Sigil --version 4.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Sigil, 4.4.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.
#addin nuget:?package=Sigil&version=4.4.0
#tool nuget:?package=Sigil&version=4.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A fail-fast validation helper for .NET CIL generation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net30 is compatible. net35 is compatible. net40 is compatible. 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.
GitHub repositories (19)
Showing the top 19 popular GitHub repositories that depend on Sigil:
Repository | Stars |
---|---|
opserver/Opserver
Stack Exchange's Monitoring System
|
|
MiniProfiler/dotnet
A simple but effective mini-profiler for ASP.NET (and Core) websites
|
|
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
|
|
yaronzz/Tidal-Media-Downloader-PRO
Download 'TIDAL' Music On Windows/Linux/MacOs (PYTHON/C#)
|
|
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
|
|
TrinityCore/WowPacketParser
World of Warcraft Packet Parser
|
|
b3b00/csly
a C# embeddable lexer and parser generator (.Net core)
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
|
compujuckel/AssettoServer
Custom Assetto Corsa server with focus on freeroam
|
|
JasonBock/Rocks
A mocking library based on the Compiler APIs (Roslyn + Mocks)
|
|
kevin-montrose/LinqAF
Low allocation re-implementation of LINQ-to-Objects
|
|
neuecc/LightNode
Micro RPC/REST Framework built on OWIN
|
|
trampster/JsonSrcGen
Json library that uses .NET 5 Source Generators
|
|
Kooboo/Json
Lighter and Faster Json Serialization tool.
|
|
gnaeus/EntityFramework.CommonTools
Extensions, Auditing, Concurrency Checks, JSON properties and Transaction Logs for EntityFramework and EFCore
|
|
Yomalex/MuEmu
C# MuOnline Server Implementation for support multiple client version now aims to Season 16 Kor
|
|
loyldg/mytelegram
MyTelegram is Telegram server side api implementation written in c#
|
Version | Downloads | Last updated |
---|---|---|
4.4.0 | 7,923 | 1/24/2015 |
4.3.1 | 1,670 | 12/5/2014 |
4.3.0 | 1,656 | 11/2/2014 |
4.2.2 | 3,388 | 8/24/2014 |
4.2.1 | 2,129 | 6/20/2014 |
4.2.0 | 148 | 6/15/2014 |
4.1.0 | 117 | 3/2/2014 |
4.0.2 | 179 | 1/5/2014 |
4.0.1 | 95 | 12/25/2013 |
4.0.0 | 94 | 12/24/2013 |
3.2.0 | 93 | 10/25/2013 |
3.1.1 | 80 | 9/15/2013 |
3.1.0 | 139 | 9/9/2013 |
3.0.0 | 88 | 5/14/2013 |
2.2.1 | 89 | 4/15/2013 |
2.2.0 | 85 | 4/14/2013 |
2.1.0 | 82 | 3/22/2013 |
2.0.2 | 85 | 3/13/2013 |
2.0.1 | 81 | 3/13/2013 |
2.0.0 | 79 | 3/3/2013 |
1.2.9 | 71 | 2/23/2013 |
1.2.8 | 69 | 2/21/2013 |
1.2.7 | 87 | 2/20/2013 |
1.2.6 | 84 | 2/20/2013 |
1.2.5 | 74 | 2/16/2013 |
1.2.4 | 79 | 2/16/2013 |
1.2.3 | 85 | 2/15/2013 |
1.2.2 | 76 | 2/14/2013 |
Adds the option to not reinitialize locals if they're reused. Defaults to the safe behavior.