Aqla.RunSharp.IKVM
1.0.22
See the version list below for details.
dotnet add package Aqla.RunSharp.IKVM --version 1.0.22
NuGet\Install-Package Aqla.RunSharp.IKVM -Version 1.0.22
<PackageReference Include="Aqla.RunSharp.IKVM" Version="1.0.22" />
paket add Aqla.RunSharp.IKVM --version 1.0.22
#r "nuget: Aqla.RunSharp.IKVM, 1.0.22"
// Install Aqla.RunSharp.IKVM as a Cake Addin #addin nuget:?package=Aqla.RunSharp.IKVM&version=1.0.22 // Install Aqla.RunSharp.IKVM as a Cake Tool #tool nuget:?package=Aqla.RunSharp.IKVM&version=1.0.22
This is RunSharp package for IKVM users, if you don't need IKVM, please use the main aqla.runsharp package.
RunSharp is a runtime IL generator based on Reflection.Emit and IKVM which allows you to emit IL in a way similar to writing normal C# code.
It's a layer above the IKVM API, allowing to generate/compile dynamic code at runtime very quickly and efficiently (unlike using CodeDOM and invoking the C# compiler).
This package is a fork of TriAxis.RunSharp (the original is now abandoned).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. 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. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
* 1.0.0.20 - added .NET standard 2.1 support and .NET 5 tests, removed separate Xamarin.Android (use .NET Standard build instead)
* 1.0.0.18 - fix for explicit interface implementation, added Android platform
* 1.0.0.17 - IKVM reference won't be added for nuget installations
* 1.0.0.16 - multidimensional array access, fix for AND/OR operands
* 1.0.0.15 - added nullables support, multiple improvements
* 0.2.0.5 - operand leaking detection
* 0.2.0.4 - added support for Silverlight 4
* 0.2.0.3 - added support for Windows Phone 8
* 0.2.0.0 - initial fork release:
- added IKVM support
- examples converted to tests
- added peverify checks
- fixed multiple bugs