Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.72 KB

readme.markdown

File metadata and controls

40 lines (25 loc) · 1.72 KB

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:

  • dotnet framework 4.5
  • dotnet standard 2.0, dotnet core 2.0

Build Status (AppVeyor)

Branches:

  • master Build status
  • develop Build status

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

To build the project locally on a Windows Machine:

  • Install Chocolatey.
  • Open a Powershell console in Administrative mode and run the build script build.ps1 in the root of the repository.