aqla.runsharp NuGet 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 standard .NET Reflection.Emit API, allowing to generate/compile dynamic code at runtime very quickly and efficiently (unlike using CodeDOM and invoking the C# compiler).

Platforms:

* .NET Standard 2.1 (including .NET Core 3 and .NET 5)
* .NET 2.0 and higher including .NET 4 (also IKVM version available)
* Windows Phone 8
* Silverlight 5

The IKVM version has also an ability to emit NET 2.0 and .NET 4.0 assemblies (while running on, for example, .NET 3.0).

This package is a fork of TriAxis.RunSharp (the original is now abandoned).




Got any aqla.runsharp Question?





Info

Version: 1.0.23
Author(s): Vladyslav Taranov 2020, fork source from Stefan Simek 2009
Last Update: Friday, January 1, 2021
.NET Fiddle: Create the first Fiddle
NuGet Url: https://www.nuget.org/packages/aqla.runsharp


Install
Install-Package aqla.runsharp
dotnet add package aqla.runsharp
paket add aqla.runsharp
aqla.runsharp Download (Unzip the "nupkg" after downloading)

.NETFramework 2.0
  • No dependencies.
.NETFramework 3.5
  • No dependencies.
netstandard2.1 1 package depend on this package.


Tags



STATS

must-have-score

1.4

avg-downloads-per-day

3

days-since-last-release

1201