JasperFx.RuntimeCompiler
5.0.0-alpha.2
See the version list below for details.
dotnet add package JasperFx.RuntimeCompiler --version 5.0.0-alpha.2
NuGet\Install-Package JasperFx.RuntimeCompiler -Version 5.0.0-alpha.2
<PackageReference Include="JasperFx.RuntimeCompiler" Version="5.0.0-alpha.2" />
<PackageVersion Include="JasperFx.RuntimeCompiler" Version="5.0.0-alpha.2" />
<PackageReference Include="JasperFx.RuntimeCompiler" />
paket add JasperFx.RuntimeCompiler --version 5.0.0-alpha.2
#r "nuget: JasperFx.RuntimeCompiler, 5.0.0-alpha.2"
#:package JasperFx.RuntimeCompiler@5.0.0-alpha.2
#addin nuget:?package=JasperFx.RuntimeCompiler&version=5.0.0-alpha.2&prerelease
#tool nuget:?package=JasperFx.RuntimeCompiler&version=5.0.0-alpha.2&prerelease
JasperFx.RuntimeCompiler
Roslyn-based runtime code-generation backend for the Critter Stack. Compiles in-memory C# at runtime and loads the resulting assembly into the host process — used by Marten, Wolverine, and Polecat for dynamic code paths (LINQ compilation, message handlers, document storage).
Installing this package is opt-in. Apps that pre-generate all code (dotnet run -- codegen write) and run in TypeLoadMode.Static can omit JasperFx.RuntimeCompiler entirely and ship without Roslyn in the production bundle — the foundation for PublishAot=true deployments.
Usage
Register the runtime compiler service in DI to opt in:
services.AddSingleton<IAssemblyGenerator, AssemblyGenerator>();
When GenerationRules.TypeLoadMode is Dynamic or Auto, codegen will route through AssemblyGenerator to compile in-memory.
Documentation
Full docs at https://jasperfx.net.
Repo: github.com/JasperFx/jasperfx.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- JasperFx (>= 2.0.0-alpha.14)
- Microsoft.CodeAnalysis (>= 5.0.0)
- Microsoft.CodeAnalysis.CSharp (>= 5.0.0)
- Microsoft.CodeAnalysis.Scripting (>= 5.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0)
-
net9.0
- JasperFx (>= 2.0.0-alpha.14)
- Microsoft.CodeAnalysis (>= 4.14.0 && < 6.0.0)
- Microsoft.CodeAnalysis.CSharp (>= 4.14.0 && < 6.0.0)
- Microsoft.CodeAnalysis.Scripting (>= 4.14.0 && < 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on JasperFx.RuntimeCompiler:
| Package | Downloads |
|---|---|
|
JasperFx.CodeGeneration.Commands
Command line utilities for managing Lamar dynamically generated code |
|
|
WolverineFx.RuntimeCompilation
Opt-in runtime Roslyn compilation support for Wolverine. Add this package and call opts.UseRuntimeCompilation() to enable on-the-fly handler/middleware code generation in development mode. Production deployments that pre-generate code (TypeLoadMode.Static) do not need this package and ship without Roslyn — smaller binaries, faster cold starts, and AOT-readiness. See issue #1577. |
|
|
Portlogics.WolverineFx
Build Robust Event Driven Architectures with Simpler Code |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on JasperFx.RuntimeCompiler:
| Repository | Stars |
|---|---|
|
JasperFx/marten
.NET Transactional Document DB and Event Store on PostgreSQL
|
|
|
JasperFx/wolverine
Supercharged .NET server side development!
|
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.0 | 15,056 | 5/21/2026 |
| 5.0.0-rc.3 | 186 | 5/21/2026 |
| 5.0.0-rc.2 | 1,018 | 5/20/2026 |
| 5.0.0-rc.1 | 54 | 5/20/2026 |
| 5.0.0-alpha.8 | 117 | 5/19/2026 |
| 5.0.0-alpha.5 | 760 | 5/19/2026 |
| 5.0.0-alpha.4 | 49 | 5/19/2026 |
| 5.0.0-alpha.3 | 57 | 5/19/2026 |
| 5.0.0-alpha.2 | 55 | 5/19/2026 |
| 5.0.0-alpha.1 | 2,798 | 5/14/2026 |
| 4.5.0 | 323,650 | 4/28/2026 |
| 4.4.0 | 1,201,849 | 2/14/2026 |
| 4.3.2 | 206,002 | 1/29/2026 |
| 4.3.1 | 410,114 | 12/19/2025 |
| 4.3.0 | 267,102 | 12/11/2025 |
| 4.2.1 | 139,020 | 12/5/2025 |
| 4.2.0 | 417,929 | 11/11/2025 |
| 4.1.0 | 128,912 | 10/20/2025 |
| 2.0.0-alpha.2 | 5,875 | 5/12/2026 |
| 2.0.0-alpha.1 | 1,677 | 5/10/2026 |