Microsoft.ILVerification
9.0.0
Prefix Reserved
Requires NuGet 2.12 or higher.
dotnet add package Microsoft.ILVerification --version 9.0.0
NuGet\Install-Package Microsoft.ILVerification -Version 9.0.0
<PackageReference Include="Microsoft.ILVerification" Version="9.0.0" />
paket add Microsoft.ILVerification --version 9.0.0
#r "nuget: Microsoft.ILVerification, 9.0.0"
// Install Microsoft.ILVerification as a Cake Addin #addin nuget:?package=Microsoft.ILVerification&version=9.0.0 // Install Microsoft.ILVerification as a Cake Tool #tool nuget:?package=Microsoft.ILVerification&version=9.0.0
IL verification library.
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 | 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. |
-
.NETStandard 2.0
- System.Reflection.Metadata (>= 9.0.0-rtm.24511.16)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Microsoft.ILVerification:
Package | Downloads |
---|---|
MTGOSDK.MSBuild
An MSBuild library that manages the code-generation of the SDK. This builds reference assemblies containing only the public types and members of internal classes from the MTGO client and does not handle or contain any implementation details or private code. |
GitHub repositories (7)
Showing the top 5 popular GitHub repositories that depend on Microsoft.ILVerification:
Repository | Stars |
---|---|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
ashmind/SharpLab
.NET language playground
|
|
ikvmnet/ikvm
A Java Virtual Machine and Bytecode-to-IL Converter for .NET
|
|
unitystation/unitystation
The original unitystation
|
|
space-wizards/RobustToolbox
Robust multiplayer game engine, used by Space Station 14
|
9.0.0 - In the ILVerify.IResolver interface, the type of the first parameter of each method is now System.Reflection.Metadata.AssemblyNameInfo rather than System.Reflection.AssemblyName.