NEventStore 9.2.0
dotnet add package NEventStore --version 9.2.0
NuGet\Install-Package NEventStore -Version 9.2.0
<PackageReference Include="NEventStore" Version="9.2.0" />
paket add NEventStore --version 9.2.0
#r "nuget: NEventStore, 9.2.0"
// Install NEventStore as a Cake Addin #addin nuget:?package=NEventStore&version=9.2.0 // Install NEventStore as a Cake Tool #tool nuget:?package=NEventStore&version=9.2.0
NEventStore
NEventStore is a persistence library used to abstract different storage implementations when using event sourcing as storage mechanism.
This library is developed with a specific focus on DDD/CQRS applications.
NEventStore currently supports:
- .net standard 2.0
- .net framework 4.6.2
Starting from Version 6.0.0 NEventStore will use Semantic Versioning to track the version numbers.
Build Status (AppVeyor)
Branches:
Main Library Packages
- NEventStore - the core library package.
- NEventStore.Serialization.Json - Json serialization to be used with an IDocumentSerializer.
- NEventStore.Serialization.Bson - BSon serialization to be used with an IDocumentSerializer.
- NEventStore.Serialization.MsgPack - Message Pack serialization to be used with an IDocumentSerializer.
- NEventStore.PollingClient - provides an implementation for a PollingClient.
Documentation
Please see the documentation to get started and for more information.
ChangeLog can be found here
Developed with:
How to build (Windows OS)
To build the project locally on a Windows Machine:
- Open a Powershell console in Administrative mode and run the build script
build.ps1
in the root of the repository.
Versioning
Versioning is done automatically by the build script updating the AssemblyInfo.cs file (<GenerateAssemblyInfo>false</GenerateAssemblyInfo> in .csproj files) before the build starts. The version number is retrieved from the git repository tags using "gitversion" tool.
Things are handled this way because NEventStore is used a submodule in other projects and it need to have it's own version number when building other projects.
You should not update the version number manually, not commit the updated AssemblyInfo files.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- Microsoft.Extensions.Logging.Abstractions (>= 7.0.1)
-
.NETStandard 2.0
- Microsoft.Extensions.Logging.Abstractions (>= 7.0.1)
NuGet packages (31)
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.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. |
|
NEventStore.Persistence.MongoDB
Additional persistence provider for NEventStore using MongoDB. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on NEventStore:
Repository | Stars |
---|---|
yreynhout/AggregateSource
Lightweight infrastructure for doing eventsourcing using aggregates
|
|
NEventStore/CommonDomain-ReadOnly
Encapsulates various infrastructure concerns for domains.
|
Version | Downloads | Last updated |
---|---|---|
9.2.0 | 133 | 12/23/2024 |
9.1.1 | 94,491 | 8/1/2023 |
9.0.1 | 127,171 | 12/29/2021 |
9.0.0 | 48,798 | 12/3/2021 |
8.0.0 | 61,464 | 12/18/2020 |
7.0.0 | 177,409 | 7/17/2019 |
6.1.0 | 7,516 | 7/5/2019 |
6.0.0 | 56,398 | 3/27/2019 |
6.0.0-rc-1 | 1,780 | 2/15/2019 |
6.0.0-rc-0 | 2,142 | 12/19/2018 |
5.2.0 | 222,762 | 5/23/2015 |
5.2.0-build70-pre | 1,250 | 5/23/2015 |
5.1.1 | 54,612 | 2/22/2015 |
5.1.0 | 18,025 | 8/14/2014 |
5.0.1.2 | 69,594 | 4/1/2014 |
5.0.0.100 | 41,762 | 3/15/2014 |
4.1.0.10 | 78,392 | 9/23/2013 |
4.1.0.8 | 2,556 | 9/16/2013 |
4.0.0.15 | 47,763 | 8/22/2013 |