EvDb.StructuresValidation.WebApi 2.0.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package EvDb.StructuresValidation.WebApi --version 2.0.8
                    
NuGet\Install-Package EvDb.StructuresValidation.WebApi -Version 2.0.8
                    
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="EvDb.StructuresValidation.WebApi" Version="2.0.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EvDb.StructuresValidation.WebApi" Version="2.0.8" />
                    
Directory.Packages.props
<PackageReference Include="EvDb.StructuresValidation.WebApi" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EvDb.StructuresValidation.WebApi --version 2.0.8
                    
#r "nuget: EvDb.StructuresValidation.WebApi, 2.0.8"
                    
#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.
#addin nuget:?package=EvDb.StructuresValidation.WebApi&version=2.0.8
                    
Install EvDb.StructuresValidation.WebApi as a Cake Addin
#tool nuget:?package=EvDb.StructuresValidation.WebApi&version=2.0.8
                    
Install EvDb.StructuresValidation.WebApi as a Cake Tool

EvDb

<picture> <source srcset="images/dark-theme-logo.png" media="(prefers-color-scheme: dark)"> <source srcset="images/light-theme-logo.png" media="(prefers-color-scheme: light)"> <img src="light-theme-logo.png" width="250"> </picture>

Deploy Verify

EvDb is an opinionated event-sourcing framework that unlocks the untapped potential of transactional data while eliminating many challenges related to management of transactional data and its schema. EvDb is quick & easy to integrate, and while it is working with new paradigms and patterns under the hood, it abstracts most of it away and does not distrupt development.

Watch a Short Intro Video on The Website

<img src="images/watch-video-cta.png" width="600">

Quick Start

If you want to jump right into it, go to Quick Start

Learn More

If you want to learn more, go to Learn More.

Contribute

You can contribute to this project in many ways (not just coding)! If you are interested to learn more about how you can do this, please visit the Contribution page.

Sharding setup

License

MIT License

Product Compatible and additional computed target framework versions.
.NET 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 was computed.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.4 49 3 days ago
4.0.3 130 7 days ago
4.0.2 125 7 days ago
4.0.1 125 7 days ago
3.0.17 132 9 days ago
3.0.16 215 16 days ago
3.0.15 123 17 days ago
3.0.14 117 17 days ago
3.0.13 123 18 days ago
3.0.12 84 19 days ago
3.0.11 132 a month ago
3.0.10 135 a month ago
3.0.9 136 a month ago
3.0.8 148 a month ago
3.0.7 156 a month ago
3.0.6 179 a month ago
3.0.5 175 a month ago
3.0.4 182 a month ago
3.0.3 177 a month ago
3.0.2 187 a month ago
3.0.1 160 2 months ago
2.0.8 161 2 months ago
2.0.7 142 2 months ago
2.0.6 395 2 months ago
2.0.5 395 2 months ago
2.0.4 397 2 months ago
1.2.5 100 3 months ago
1.2.4 106 3 months ago
1.2.3 102 4 months ago
1.2.2 91 4 months ago
1.1.151 93 4 months ago
1.1.150 84 4 months ago
1.1.143 101 5 months ago
1.1.142 104 5 months ago
1.1.141 104 6 months ago
1.1.140 93 6 months ago
1.1.139 100 6 months ago
1.1.137 102 6 months ago
1.1.136 106 6 months ago
1.1.135 98 6 months ago
1.1.134 90 6 months ago
1.1.133 91 6 months ago
1.1.132 98 6 months ago
1.1.131 106 7 months ago
1.1.130 97 7 months ago
1.1.129 96 7 months ago
1.1.128 100 7 months ago

Breaking changes:
- 1.1.141: state column changed to binary in sql-server adapter
- 1.1.145: state column changed to binary in sql-server adapter
- 1.2.0: offset starts at 0 for empty stream or empty snapshot
- 1.2.3: Default connection string key changed from "EvDbSqlServerConnection" to "EvDbConnection"
- 2.0.0: Storage Provider interfaces has changed