StrongTypedId.Dapper.DDD.Repository
1.1.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package StrongTypedId.Dapper.DDD.Repository --version 1.1.3
NuGet\Install-Package StrongTypedId.Dapper.DDD.Repository -Version 1.1.3
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="StrongTypedId.Dapper.DDD.Repository" Version="1.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StrongTypedId.Dapper.DDD.Repository --version 1.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: StrongTypedId.Dapper.DDD.Repository, 1.1.3"
#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 StrongTypedId.Dapper.DDD.Repository as a Cake Addin #addin nuget:?package=StrongTypedId.Dapper.DDD.Repository&version=1.1.3 // Install StrongTypedId.Dapper.DDD.Repository as a Cake Tool #tool nuget:?package=StrongTypedId.Dapper.DDD.Repository&version=1.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
StrongTypedId.Dapper.DDD.Repository
This is a small extension method for making usage of StrongTypedIds easier with the Dapper.DDD.Repository.
Usage
Add type converters like this to your Dapper.DDD.Repository DefaultConfiguration:
public class UserId : StrongTypedId<UserId, Guid>
{
public UserId(Guid primitiveId) : base(primitiveId)
{
}
}
...
services.ConfigureDapperRepositoryDefaults(options =>
{
options.AddTypeConverter(UserId.New().GetTypeConverter());
});
...
Product | Versions 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. 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.
-
net5.0
- StrongTypedId (>= 1.1.3)
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 |
---|---|---|
2.0.0 | 81 | 12/30/2024 |
1.9.2 | 94 | 11/15/2024 |
1.9.1 | 92 | 11/13/2024 |
1.9.0 | 105 | 11/11/2024 |
1.8.0 | 122 | 8/26/2024 |
1.7.0 | 110 | 5/10/2024 |
1.6.6 | 152 | 2/9/2024 |
1.6.5 | 147 | 2/5/2024 |
1.6.4 | 110 | 1/31/2024 |
1.6.3 | 148 | 1/8/2024 |
1.6.2 | 163 | 10/10/2023 |
1.6.1 | 173 | 9/8/2023 |
1.6.0 | 164 | 7/18/2023 |
1.5.1 | 186 | 7/15/2023 |
1.5.0 | 179 | 7/15/2023 |
1.4.3 | 166 | 7/11/2023 |
1.4.2 | 186 | 7/11/2023 |
1.4.1 | 167 | 7/11/2023 |
1.4.0 | 169 | 7/10/2023 |
1.3.0 | 167 | 5/21/2023 |
1.2.0 | 310 | 1/21/2023 |
1.1.4 | 3,446 | 7/10/2022 |
1.1.3 | 304 | 7/10/2022 |