JasperFx.Events
2.52.1
dotnet add package JasperFx.Events --version 2.52.1
NuGet\Install-Package JasperFx.Events -Version 2.52.1
<PackageReference Include="JasperFx.Events" Version="2.52.1" />
<PackageVersion Include="JasperFx.Events" Version="2.52.1" />
<PackageReference Include="JasperFx.Events" />
paket add JasperFx.Events --version 2.52.1
#r "nuget: JasperFx.Events, 2.52.1"
#:package JasperFx.Events@2.52.1
#addin nuget:?package=JasperFx.Events&version=2.52.1
#tool nuget:?package=JasperFx.Events&version=2.52.1
JasperFx.Events
Foundational event store abstractions and projection infrastructure for the Critter Stack. Consumed by Marten (Postgres) and Polecat (SQL Server) so a projection or async-daemon scenario written against JasperFx.Events works across both products.
Provides:
- Projections —
ProjectionBase,IInlineProjection, snapshot / single-stream / multi-stream variants, and theSnapshotLifecycleenum. - Async daemon —
AsyncShard,ISubscriptionExecution, projection lifecycle and shard role semantics. - Slicing & grouping —
SliceGroup,EventSlice,IEventSlicerfor fan-out projection topologies. - Event metadata —
IEvent,IEventRegistry, type registry primitives. - Descriptors —
EventStoreUsageand friends, surfaced throughIEventStoreUsageSourceto monitoring tools (CritterWatch). - Documents (
JasperFx.Events.Documents) — the small document-session slice a store-agnostic consumer needs alongside the event store:IDocumentReadOperations/IDocumentWriteOperations/IDocumentSessionOperations,IDocumentSessionFactory, and async LINQ terminators overIQueryable<T>. Seven operations, not a document store facade.
Quick start
public class OrderProjection : SingleStreamProjection<Order, Guid>
{
public Order Create(OrderPlaced e) => new(e.OrderId, e.Total);
public Order Apply(OrderShipped e, Order state) => state with { Shipped = true };
}
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. |
NuGet packages (24)
Showing the top 5 NuGet packages that depend on JasperFx.Events:
| Package | Downloads |
|---|---|
|
Marten
.NET Transactional Document DB and Event Store on PostgreSQL |
|
|
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten |
|
|
WolverineFx
Build Robust Event Driven Architectures with Simpler Code |
|
|
Weasel.SqlServer
SqlClient Helpers and SQL Server Schema Migration Tool, spin off of Marten |
|
|
Weasel.Storage
Dialect-neutral document-storage contracts (session/serializer/version-tracker/dialect seams) shared across the Critter Stack, spin off of Marten (JasperFx/marten#4821). |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on JasperFx.Events:
| Repository | Stars |
|---|---|
|
JasperFx/marten
.NET Transactional Document DB and Event Store on PostgreSQL
|
|
|
JasperFx/wolverine
Supercharged .NET server side development!
|
|
|
JasperFx/weasel
Database Development Made Easy for .Net
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.52.1 | 0 | 8/19/2026 |
| 2.52.0 | 934 | 8/18/2026 |
| 2.51.0 | 1,501 | 8/17/2026 |
| 2.50.0 | 2,379 | 8/17/2026 |
| 2.49.0 | 3,932 | 8/16/2026 |
| 2.48.0 | 1,817 | 8/15/2026 |
| 2.47.0 | 50,061 | 8/11/2026 |
| 2.46.0 | 49,308 | 8/10/2026 |
| 2.45.0 | 1,133 | 8/8/2026 |
| 2.44.0 | 332 | 8/7/2026 |
| 2.43.0 | 469 | 8/6/2026 |
| 2.42.2 | 15,122 | 8/6/2026 |
| 2.42.1 | 144 | 8/6/2026 |
| 2.41.0 | 253 | 8/5/2026 |
| 2.40.0 | 173 | 8/5/2026 |
| 2.39.5 | 62,979 | 8/5/2026 |
| 2.39.4 | 256 | 8/4/2026 |
| 2.39.3 | 5,179 | 8/4/2026 |
| 2.39.2 | 162 | 8/4/2026 |
| 2.39.1 | 545 | 8/4/2026 |