![]() |
VOOZH | about |
dotnet add package JasperFx --version 2.13.0
NuGet\Install-Package JasperFx -Version 2.13.0
<PackageReference Include="JasperFx" Version="2.13.0" />
<PackageVersion Include="JasperFx" Version="2.13.0" />Directory.Packages.props
<PackageReference Include="JasperFx" />Project file
paket add JasperFx --version 2.13.0
#r "nuget: JasperFx, 2.13.0"
#:package JasperFx@2.13.0
#addin nuget:?package=JasperFx&version=2.13.0Install as a Cake Addin
#tool nuget:?package=JasperFx&version=2.13.0Install as a Cake Tool
Foundational helpers and command line support used by JasperFx and the Critter Stack projects (Marten, Wolverine, Polecat, Weasel).
Provides:
JasperFx.CommandLine — a Spectre-Console-backed CLI framework (formerly the Oakton library), the host for dotnet run -- <command> style tooling.JasperFx.CodeGeneration — Roslyn-backed runtime code generation, with pluggable ITypeLoader strategies (Static / Dynamic / Auto) for AOT-friendly deployments.JasperFx.Core — reflection / type-scanning helpers, IoC primitives, the GenericFactoryCache hot-path delegate cache, and RecentlyUsedCache LRU.JasperFx.MultiTenancy — shared tenant-id abstractions (IHasTenantId, TenantId, TenantIdStyle) consumed across the Critter Stack.JasperFx.Descriptors — diagnostic descriptor types that products like CritterWatch use to render configuration / capability snapshots.// CLI host
return await new HostBuilder()
.ConfigureServices(services => services.AddJasperFxCommands())
.RunJasperFxCommandsAsync(args);
// Codegen
var rules = new GenerationRules
{
TypeLoadMode = TypeLoadMode.Static,
GeneratedNamespace = "MyApp.Generated"
};
Full docs at https://jasperfx.net.
Repo: github.com/JasperFx/jasperfx.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 5 NuGet packages that depend on JasperFx:
| Package | Downloads |
|---|---|
|
Marten
.NET Transactional Document DB and Event Store on PostgreSQL |
|
|
Weasel.Core
Core Weasel types for ADO.Net helpers, spin off of Marten |
|
|
JasperFx.RuntimeCompiler
Runtime Roslyn Compilation and Code Generation Chicanery |
|
|
Lamar
Fast ASP.Net Core compatible IoC Tool, Successor to StructureMap |
|
|
WolverineFx
Build Robust Event Driven Architectures with Simpler Code |
Showing the top 4 popular GitHub repositories that depend on JasperFx:
| Repository | Stars |
|---|---|
|
JasperFx/marten
.NET Transactional Document DB and Event Store on PostgreSQL
|
|
|
JasperFx/wolverine
Supercharged .NET server side development!
|
|
|
JasperFx/lamar
Fast Inversion of Control Tool and Successor to StructureMap
|
|
|
JasperFx/alba
Easy integration testing for ASP.NET Core applications
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.13.0 | 618 | 6/17/2026 |
| 2.12.0 | 13,874 | 6/14/2026 |
| 2.11.0 | 594 | 6/14/2026 |
| 2.10.0 | 1,758 | 6/13/2026 |
| 2.9.13 | 601 | 6/13/2026 |
| 2.9.12 | 132 | 6/13/2026 |
| 2.9.11 | 114 | 6/13/2026 |
| 2.9.10 | 2,181 | 6/12/2026 |
| 2.9.9 | 4,008 | 6/11/2026 |
| 2.9.8 | 234 | 6/11/2026 |
| 2.9.7 | 128 | 6/11/2026 |
| 2.9.6 | 3,114 | 6/10/2026 |
| 2.9.5 | 137 | 6/10/2026 |
| 2.9.4 | 165 | 6/10/2026 |
| 2.9.3 | 129 | 6/10/2026 |
| 2.9.2 | 5,689 | 6/9/2026 |
| 2.9.1 | 729 | 6/9/2026 |
| 2.9.0 | 2,124 | 6/8/2026 |
| 2.8.2 | 46,672 | 6/5/2026 |
| 2.8.1 | 124 | 6/5/2026 |