NEventStore 6.0.0-rc-1
See the version list below for details.
Install-Package NEventStore -Version 6.0.0-rc-1
dotnet add package NEventStore --version 6.0.0-rc-1
<PackageReference Include="NEventStore" Version="6.0.0-rc-1" />
paket add NEventStore --version 6.0.0-rc-1
#r "nuget: NEventStore, 6.0.0-rc-1"
// Install NEventStore as a Cake Addin
#addin nuget:?package=NEventStore&version=6.0.0-rc-1&prerelease
// Install NEventStore as a Cake Tool
#tool nuget:?package=NEventStore&version=6.0.0-rc-1&prerelease
The purpose of the EventStore is to represent a series of events as a stream. NEventStore is a persistence agnostic event sourcing library for .NET. The primary use is most often associated with CQRS.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.0
- System.Runtime.Serialization.Formatters (>= 4.3.0)
- System.Threading.Thread (>= 4.3.0)
NuGet packages (30)
Showing the top 5 NuGet packages that depend on NEventStore:
Package | Downloads |
---|---|
NEventStore.Serialization.Json
This package contains Json serializers for NEventStore library. These serializers were removed from the core package to limit dependencies from external libraries. |
|
NEventStore.Persistence.Sql
Additional persistence provider for NEventStore using SQL. |
|
NEventStore.Domain
A recipe for implementing event sourced domain objects with NEventStore. |
|
NEventStore.Persistence.MongoDB
Additional persistence provider for NEventStore using MongoDB. |
|
NEventStore.PollingClient
The purpose of the EventStore is to represent a series of events as a stream. NEventStore is a persistence agnostic event sourcing library for .NET. The primary use is most often associated with CQRS. This package is an implementation of a Polling Client that reads data from an EventStore. |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on NEventStore:
Repository | Stars |
---|---|
yreynhout/AggregateSource
Lightweight infrastructure for doing eventsourcing using aggregates
|
|
simpleidserver/SimpleIdServer
OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
|
|
NEventStore/CommonDomain-ReadOnly
Encapsulates various infrastructure concerns for domains.
|
|
elliotritchie/NES
.NET Event Sourcing
|
Version | Downloads | Last updated |
---|---|---|
9.0.1 | 5,754 | 12/29/2021 |
9.0.0 | 7,232 | 12/3/2021 |
8.0.0 | 39,518 | 12/18/2020 |
7.0.0 | 106,952 | 7/17/2019 |
6.1.0 | 4,382 | 7/5/2019 |
6.0.0 | 31,194 | 3/27/2019 |
6.0.0-rc-1 | 1,136 | 2/15/2019 |
6.0.0-rc-0 | 1,491 | 12/19/2018 |
5.2.0 | 187,964 | 5/23/2015 |
5.2.0-build70-pre | 1,054 | 5/23/2015 |
5.1.1 | 51,775 | 2/22/2015 |
5.1.0 | 16,176 | 8/14/2014 |
5.0.1.2 | 61,453 | 4/1/2014 |
5.0.0.100 | 25,112 | 3/15/2014 |
4.1.0.10 | 15,952 | 9/23/2013 |
4.1.0.8 | 2,180 | 9/16/2013 |
4.0.0.15 | 39,730 | 8/22/2013 |
v6.x is not backwards compatible with v5.x. Please check the release notes on github.