StrictEmit 2.2.0
See the version list below for details.
dotnet add package StrictEmit --version 2.2.0
NuGet\Install-Package StrictEmit -Version 2.2.0
<PackageReference Include="StrictEmit" Version="2.2.0" />
paket add StrictEmit --version 2.2.0
#r "nuget: StrictEmit, 2.2.0"
// Install StrictEmit as a Cake Addin #addin nuget:?package=StrictEmit&version=2.2.0 // Install StrictEmit as a Cake Tool #tool nuget:?package=StrictEmit&version=2.2.0
StrictEmit
StrictEmit is a small library that improves the API of the ILGenerator
class, adding properly typed extensions and
overloads for every CIL instruction, along with inline XML documentation for them.
This stands in contrast to the typical ILGenerator::Emit
method, which allows the developer to emit invalid IL
instructions by using the incorrect overload.
Furthermore, the library provides builtin instruction optimization, picking the best instruction for those calls which
have optimized versions for certain conditions (Ldarg
with indexes 0-3, etc).
All extension methods follow the naming pattern of Emit<InstructionEffect>
.
Installing
Get it on NuGet.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | 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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5
- System.Reflection.Emit (>= 4.3.0)
-
.NETStandard 2.0
- System.Reflection.Emit (>= 4.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on StrictEmit:
Package | Downloads |
---|---|
AdvancedDLSupport
An alternative approach to your typical P/Invoke. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on StrictEmit:
Repository | Stars |
---|---|
Nihlus/AdvancedDLSupport
Delegate-based C# P/Invoke alternative - compatible with all platforms and runtimes.
|
Version | Downloads | Last updated |
---|---|---|
2.9.0 | 153 | 4/6/2024 |
2.8.0 | 2,253 | 12/15/2018 |
2.7.2 | 118 | 4/6/2024 |
2.7.1 | 1,737 | 10/11/2018 |
2.5.0 | 808 | 9/29/2018 |
2.4.2 | 100,998 | 8/9/2018 |
2.4.1 | 3,845 | 4/25/2018 |
2.4.0 | 916 | 4/25/2018 |
2.3.1 | 912 | 4/25/2018 |
2.3.0 | 1,088 | 4/23/2018 |
2.2.0 | 52,646 | 3/23/2018 |
2.1.0 | 961 | 3/12/2018 |
2.0.0 | 923 | 2/14/2018 |
1.0.0 | 961 | 2/13/2018 |
Add .NET 4.5 target.