EvDb.StressTestsConsole 3.0.16

dotnet add package EvDb.StressTestsConsole --version 3.0.16
                    
NuGet\Install-Package EvDb.StressTestsConsole -Version 3.0.16
                    
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.StressTestsConsole" Version="3.0.16" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EvDb.StressTestsConsole" Version="3.0.16" />
                    
Directory.Packages.props
<PackageReference Include="EvDb.StressTestsConsole" />
                    
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.StressTestsConsole --version 3.0.16
                    
#r "nuget: EvDb.StressTestsConsole, 3.0.16"
                    
#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.StressTestsConsole&version=3.0.16
                    
Install EvDb.StressTestsConsole as a Cake Addin
#tool nuget:?package=EvDb.StressTestsConsole&version=3.0.16
                    
Install EvDb.StressTestsConsole 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. 
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
3.0.16 0 5/12/2025
3.0.15 26 5/11/2025
3.0.14 25 5/11/2025
3.0.13 30 5/11/2025
3.0.12 55 5/9/2025
3.0.11 128 4/30/2025
3.0.10 129 4/30/2025
3.0.9 140 4/29/2025
3.0.8 136 4/28/2025
3.0.7 144 4/21/2025
3.0.6 174 4/17/2025
3.0.5 170 4/17/2025
3.0.4 182 4/16/2025
3.0.3 183 4/16/2025
3.0.2 184 4/15/2025
3.0.1 150 4/10/2025
2.0.8 151 4/7/2025
2.0.7 145 3/31/2025
2.0.6 394 3/24/2025
2.0.5 394 3/24/2025
2.0.4 395 3/24/2025
1.2.5 73 2/17/2025
1.2.4 70 2/16/2025
1.2.3 66 1/25/2025
1.2.2 51 1/24/2025
1.1.151 63 1/20/2025
1.1.150 56 1/16/2025
1.1.143 72 12/25/2024
1.1.142 70 12/25/2024
1.1.141 72 12/5/2024
1.1.140 66 11/27/2024
1.1.139 68 11/21/2024
1.1.137 76 11/20/2024
1.1.136 68 11/19/2024
1.1.135 59 11/19/2024
1.1.134 65 11/18/2024
1.1.133 62 11/16/2024
1.1.132 68 11/14/2024
1.1.131 74 11/10/2024
1.1.130 72 11/4/2024
1.1.129 72 11/3/2024
1.1.128 64 10/28/2024
1.1.127 68 10/27/2024
1.1.126 66 10/26/2024
1.1.125 68 10/23/2024
1.1.124 72 9/23/2024
1.1.123 72 8/27/2024
1.1.122 75 7/10/2024
1.1.121 64 7/10/2024
1.1.120 79 7/3/2024
1.1.119 76 6/25/2024
1.1.118 68 6/24/2024

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
- 3.0.0: Type Names refactoring of attributes and fundamentals types