EventFlow.ReadStores.MsSql 0.4.353

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

// Install EventFlow.ReadStores.MsSql as a Cake Tool
#tool nuget:?package=EventFlow.ReadStores.MsSql&version=0.4.353

MSSQL read store for EventFlow

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.353 74 5/5/2015
0.3.292 42 4/30/2015

Breaking: `ValueObject` now uses public properties instead of both
private and public fields
- Braking: Aggregate IDs are no longer `string` but objects implementing
`IIdentity`
Breaking: MSSQL transient exceptions are now retried
Breaking: All methods on `IMsSqlConnection` has an extra `Label` argument
New: `ITransientFaultHandler` added along with default retry strategies
for optimistic concurrency and MSSQL transient exceptions
New: Release notes added to NuGet packages
New: Better logging and more descriptive exceptions
Fixed: Unchecked missing in `ValueObject` when claculating hash
Fixed: `NullReferenceException` thrown if `null` was stored
in `SingleValueObject` and `ToString()` was called