![]() |
VOOZH | about |
dotnet add package Savvyio.Extensions.DependencyInjection.DapperExtensions --version 4.2.0
NuGet\Install-Package Savvyio.Extensions.DependencyInjection.DapperExtensions -Version 4.2.0
<PackageReference Include="Savvyio.Extensions.DependencyInjection.DapperExtensions" Version="4.2.0" />
<PackageVersion Include="Savvyio.Extensions.DependencyInjection.DapperExtensions" Version="4.2.0" />Directory.Packages.props
<PackageReference Include="Savvyio.Extensions.DependencyInjection.DapperExtensions" />Project file
paket add Savvyio.Extensions.DependencyInjection.DapperExtensions --version 4.2.0
#r "nuget: Savvyio.Extensions.DependencyInjection.DapperExtensions, 4.2.0"
#:package Savvyio.Extensions.DependencyInjection.DapperExtensions@4.2.0
#addin nuget:?package=Savvyio.Extensions.DependencyInjection.DapperExtensions&version=4.2.0Install as a Cake Addin
#tool nuget:?package=Savvyio.Extensions.DependencyInjection.DapperExtensions&version=4.2.0Install as a Cake Tool
Extend the Savvy I/O support for Microsoft Dependency Injection with DapperExtensions implementation.
An open-source project (MIT license) that provides a SOLID and clean .NET class library for writing DDD, CQRS and Event Sourcing applications.
It is, by heart, free, flexible and built to extend and boost your agile codebelt.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.8 | 110 | 6/6/2026 |
| 5.0.7 | 112 | 5/26/2026 |
| 5.0.6 | 117 | 4/18/2026 |
| 5.0.5 | 129 | 3/29/2026 |
| 5.0.4 | 130 | 2/28/2026 |
| 5.0.3 | 127 | 2/20/2026 |
| 5.0.2 | 128 | 2/15/2026 |
| 5.0.1 | 141 | 1/24/2026 |
| 5.0.0 | 241 | 11/15/2025 |
| 4.4.2 | 260 | 10/20/2025 |
| 4.4.1 | 377 | 9/15/2025 |
| 4.4.0 | 260 | 8/31/2025 |
| 4.3.0 | 280 | 8/29/2025 |
| 4.2.0 | 305 | 8/25/2025 |
| 4.1.1 | 279 | 6/16/2025 |
| 4.1.0 | 413 | 6/9/2025 |
| 4.0.3 | 268 | 5/28/2025 |
| 4.0.2 | 277 | 4/18/2025 |
| 4.0.1 | 247 | 1/31/2025 |
| 4.0.0 | 238 | 11/13/2024 |
Version: 4.2.0
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
Version: 4.1.1
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
Version: 4.1.0
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
Version: 4.0.3
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
Version: 4.0.2
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
Version: 4.0.1
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
Version: 4.0.0
Availability: .NET 9 and .NET 8
# ALM
- REMOVED Support for TFM .NET 6 (LTS)
- CHANGED Dependencies to latest and greatest with respect to TFMs
Version: 3.0.0
Availability: .NET 8 and .NET 6
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
Version: 2.1.0
Availability: .NET 8, .NET 7 and .NET 6
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
Version: 2.0.0
Availability: .NET 8, .NET 7 and .NET 6
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
Version: 1.1.0
Availability: .NET 7.0, .NET 6.0
Version: 1.0.0
Availability: .NET 7.0, .NET 6.0
# New Features
- ADDED DapperExtensionsDataStore class in the Savvyio.Extensions.DependencyInjection.DapperExtensions namespace that provides a default implementation of the IPersistentDataStore{T,TOptions,TMarker} interface to support multiple implementations that is tailored for Plain Old CLR Objects (POCO) usage by DapperExtensions
- ADDED ServiceCollectionExtensions class in the Savvyio.Extensions.DependencyInjection.Dapper namespace that consist of extension methods for the IServiceCollection interface: AddDapperExtensionsDataStore