EntityDb.Void 2.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package EntityDb.Void --version 2.1.0                
NuGet\Install-Package EntityDb.Void -Version 2.1.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="EntityDb.Void" Version="2.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EntityDb.Void --version 2.1.0                
#r "nuget: EntityDb.Void, 2.1.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 EntityDb.Void as a Cake Addin
#addin nuget:?package=EntityDb.Void&version=2.1.0

// Install EntityDb.Void as a Cake Tool
#tool nuget:?package=EntityDb.Void&version=2.1.0                

An implementation of the EntityDb Transaction Repository interface, specifically made for non-persistent history.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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. 
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
9.2.0 174 8/30/2023
9.1.0 147 8/30/2023
9.0.0 350 11/20/2022
8.1.1 144 9/5/2023
8.0.4 310 11/24/2022
8.0.3 412 9/8/2022
8.0.2 408 8/8/2022
8.0.1 382 8/7/2022
8.0.0 394 8/7/2022
7.1.1 391 9/7/2022
7.1.0 416 7/10/2022
7.0.0 409 7/4/2022
6.7.0 415 6/24/2022
6.6.0 408 6/24/2022
6.5.0 400 5/19/2022
6.5.0-build2 139 5/24/2022
6.4.0 397 5/19/2022
6.3.0 406 5/18/2022
6.2.0 447 4/6/2022
6.1.0 433 4/6/2022
6.0.2 417 4/6/2022
6.0.1 429 4/6/2022
6.0.0 411 3/30/2022
5.0.0 447 2/27/2022
4.0.1 261 12/29/2021
4.0.0 253 12/29/2021
3.6.0 284 12/20/2021
3.5.0 292 12/19/2021
3.4.0 282 12/18/2021
3.3.0 280 12/18/2021
3.2.0 324 10/8/2021
3.1.0 317 10/7/2021
3.0.0 361 10/7/2021
2.3.0 291 10/6/2021
2.2.0 367 10/1/2021
2.1.3 356 9/27/2021
2.1.2 306 9/26/2021
2.1.1 334 9/26/2021
2.1.0 353 9/26/2021

void transaction repository (for snapshot-only mode) and entity repository to encapsulate transactions and snapshots as one thing