Sign in Sign up
nuget

aqla.runsharp

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

nuget View on Nuget

Activity

Latest release
5y ago
Total releases
15
Cadence
~3 days
Last 12 months
0

Details

First release
Oct 25, 2015
Releases
Version Released
1.0.23 patch
1.0.22 patch
1.0.21 patch
1.0.0 major
1.0.0.20 patch
1.0.0.19 patch
1.0.0.18 patch
1.0.0.17 patch
1.0.0.16 patch
1.0.0.15 patch
0.2.0.5 patch
0.2.0.4 patch
0.2.0.3 patch
0.2.0.2 patch
0.2.0.1 initial