NEventStore.PollingClient 9.2.0

dotnet add package NEventStore.PollingClient --version 9.2.0                
NuGet\Install-Package NEventStore.PollingClient -Version 9.2.0                
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="NEventStore.PollingClient" Version="9.2.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NEventStore.PollingClient --version 9.2.0                
#r "nuget: NEventStore.PollingClient, 9.2.0"                
#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.
// Install NEventStore.PollingClient as a Cake Addin
#addin nuget:?package=NEventStore.PollingClient&version=9.2.0

// Install NEventStore.PollingClient as a Cake Tool
#tool nuget:?package=NEventStore.PollingClient&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:

  • master Build status
  • develop Build status

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:

Resharper TeamCity dotCover dotTrace

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 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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on NEventStore.PollingClient:

Package Downloads
SimpleIdServer.OpenBankingApi

OpenBanking API.

domainD.EventSubscription.NEventStore

Defines abstractions for consumer driven event subscription based on NEventStore library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.2.0 68 12/23/2024
9.1.1 24,206 8/1/2023
9.0.1 48,569 12/29/2021
9.0.0 766 12/3/2021
8.0.0 9,082 12/18/2020
7.0.0 76,376 7/17/2019