Aqla.RunSharp.IKVM 1.0.23

dotnet add package Aqla.RunSharp.IKVM --version 1.0.23
                    
NuGet\Install-Package Aqla.RunSharp.IKVM -Version 1.0.23
                    
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="Aqla.RunSharp.IKVM" Version="1.0.23" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Aqla.RunSharp.IKVM" Version="1.0.23" />
                    
Directory.Packages.props
<PackageReference Include="Aqla.RunSharp.IKVM" />
                    
Project file
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 Aqla.RunSharp.IKVM --version 1.0.23
                    
#r "nuget: Aqla.RunSharp.IKVM, 1.0.23"
                    
#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=Aqla.RunSharp.IKVM&version=1.0.23
                    
Install Aqla.RunSharp.IKVM as a Cake Addin
#tool nuget:?package=Aqla.RunSharp.IKVM&version=1.0.23
                    
Install Aqla.RunSharp.IKVM as a Cake Tool

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).

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.0.23 532 1/1/2021
1.0.22 510 12/26/2020
1.0.21 402 12/26/2020

* 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