JasperFx.Events.SourceGenerator 2.24.1

dotnet add package JasperFx.Events.SourceGenerator --version 2.24.1
                    
NuGet\Install-Package JasperFx.Events.SourceGenerator -Version 2.24.1
                    
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="JasperFx.Events.SourceGenerator" Version="2.24.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="JasperFx.Events.SourceGenerator" Version="2.24.1" />
                    
Directory.Packages.props
<PackageReference Include="JasperFx.Events.SourceGenerator" />
                    
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 JasperFx.Events.SourceGenerator --version 2.24.1
                    
#r "nuget: JasperFx.Events.SourceGenerator, 2.24.1"
                    
#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.
#:package JasperFx.Events.SourceGenerator@2.24.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=JasperFx.Events.SourceGenerator&version=2.24.1
                    
Install as a Cake Addin
#tool nuget:?package=JasperFx.Events.SourceGenerator&version=2.24.1
                    
Install as a Cake Tool

JasperFx.Events.SourceGenerator

Roslyn source generator for fast aggregate projections in the Critter Stack event-store family. Produces zero-reflection projection metadata at compile time so Marten / Polecat projection registration doesn't pay the runtime cost of scanning aggregate types.

Used by JasperFx.Events's SingleStreamProjection<TDoc, TId> and MultiStreamProjection<TDoc, TId> registrations.

Install

<PackageReference Include="JasperFx.Events.SourceGenerator"
                  PrivateAssets="all"
                  OutputItemType="Analyzer"
                  ReferenceOutputAssembly="false" />

Reference it as an analyzer/source-generator only — there's no runtime API. Generated code is invisible to consumers and shows up alongside your aggregate types under the JasperFx.Events.Generated namespace.

Documentation

Full docs at https://jasperfx.net.

Repo: github.com/JasperFx/jasperfx.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on JasperFx.Events.SourceGenerator:

Repository Stars
JasperFx/marten
.NET Transactional Document DB and Event Store on PostgreSQL
Version Downloads Last Updated
2.24.1 97 7/8/2026
2.24.0 385 7/7/2026
2.23.0 341 7/7/2026
2.22.0 71 7/7/2026
2.21.1 106 7/7/2026
2.21.0 245 7/7/2026
2.20.0 727 7/6/2026
2.19.1 183 7/6/2026
2.19.0 115 7/5/2026
2.18.1 1,355 6/28/2026
2.18.0 651 6/27/2026
2.17.0 216 6/27/2026
2.16.0 1,014 6/25/2026
2.15.0 450 6/24/2026
2.14.2 400 6/24/2026
2.14.1 168 6/24/2026
2.14.0 171 6/24/2026
2.13.3 319 6/23/2026
2.13.2 297 6/22/2026
2.13.1 491 6/18/2026
Loading failed