CH.EventStore.Abstractions
1.1.0
dotnet add package CH.EventStore.Abstractions --version 1.1.0
NuGet\Install-Package CH.EventStore.Abstractions -Version 1.1.0
<PackageReference Include="CH.EventStore.Abstractions" Version="1.1.0" />
paket add CH.EventStore.Abstractions --version 1.1.0
#r "nuget: CH.EventStore.Abstractions, 1.1.0"
// Install CH.EventStore.Abstractions as a Cake Addin #addin nuget:?package=CH.EventStore.Abstractions&version=1.1.0 // Install CH.EventStore.Abstractions as a Cake Tool #tool nuget:?package=CH.EventStore.Abstractions&version=1.1.0
CH - EventStore.Abstractions
Abstractions for an event store.
Description
The CH - EventStore.Abstractions
project provides a set of abstractions to facilitate the implementation of event store patterns. This library is designed to be used across multiple .NET platforms, ensuring compatibility and flexibility in various application environments.
Target Frameworks
This project targets the following frameworks:
- .NET 9.0
- .NET 8.0
- .NET 7.0
- .NET 6.0
- .NET 5.0
- .NET Standard 2.1
- .NET Core 3.1
Installation
To install the CH - EventStore.Abstractions
package, you can use the following command in the .NET CLI:
dotnet add package CH.EventStore.Abstractions
Or via the NuGet Package Manager:
Install-Package CH.EventStore.Abstractions
Usage
To use the abstractions provided by this library, include the necessary namespaces in your project and implement the interfaces as needed to fit your event store model.
Included Interfaces
- IEventStore: Interface containing load/save methods for an event store.
- IEventStoreSnapshotProvider: Interface for fetching/saving snapshot aggregates.
- IRetroactiveEventsService: Interface for applying retroactive events to the event stream.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
Repository
For more information, visit the GitHub repository.
Authors
- Charalambos Hadjiantoniou
Version
Current version: 1.1.0
Package Icon
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. 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 is compatible. 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 is compatible. 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. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- CH.Domain.Abstractions (>= 1.1.0)
- Newtonsoft.Json (>= 13.0.2)
-
.NETStandard 2.1
- CH.Domain.Abstractions (>= 1.1.0)
- Newtonsoft.Json (>= 13.0.2)
-
net5.0
- CH.Domain.Abstractions (>= 1.1.0)
- Newtonsoft.Json (>= 13.0.2)
-
net6.0
- CH.Domain.Abstractions (>= 1.1.0)
- Newtonsoft.Json (>= 13.0.2)
-
net7.0
- CH.Domain.Abstractions (>= 1.1.0)
- Newtonsoft.Json (>= 13.0.2)
-
net8.0
- CH.Domain.Abstractions (>= 1.1.0)
- Newtonsoft.Json (>= 13.0.2)
-
net9.0
- CH.Domain.Abstractions (>= 1.1.0)
- Newtonsoft.Json (>= 13.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CH.EventStore.Abstractions:
Package | Downloads |
---|---|
CH.EventStore.EntityFramework
Event store persistence implementation using EFCore 8. Supports in-memory and SQL providers. |
GitHub repositories
This package is not used by any popular GitHub repositories.