CleanArchitectureUtility.Extensions.ObjectMappers.AutoMapper
9.0.0
See the version list below for details.
dotnet add package CleanArchitectureUtility.Extensions.ObjectMappers.AutoMapper --version 9.0.0
NuGet\Install-Package CleanArchitectureUtility.Extensions.ObjectMappers.AutoMapper -Version 9.0.0
<PackageReference Include="CleanArchitectureUtility.Extensions.ObjectMappers.AutoMapper" Version="9.0.0" />
<PackageVersion Include="CleanArchitectureUtility.Extensions.ObjectMappers.AutoMapper" Version="9.0.0" />
<PackageReference Include="CleanArchitectureUtility.Extensions.ObjectMappers.AutoMapper" />
paket add CleanArchitectureUtility.Extensions.ObjectMappers.AutoMapper --version 9.0.0
#r "nuget: CleanArchitectureUtility.Extensions.ObjectMappers.AutoMapper, 9.0.0"
#:package CleanArchitectureUtility.Extensions.ObjectMappers.AutoMapper@9.0.0
#addin nuget:?package=CleanArchitectureUtility.Extensions.ObjectMappers.AutoMapper&version=9.0.0
#tool nuget:?package=CleanArchitectureUtility.Extensions.ObjectMappers.AutoMapper&version=9.0.0
Clean Architecture - AutoMapper Extension The AutoMapper Extension is a utility module designed to streamline object-to-object mapping in systems built with Clean Architecture principles. This extension automates the process of transforming data models between different layers, such as entities, DTOs, and view models, while maintaining a clear separation of concerns. It helps reduce boilerplate code and improves maintainability by ensuring consistent mapping logic across the application. This extension integrates the widely-used AutoMapper library (or similar custom mapping functionality) to provide efficient and reusable object mapping.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- AutoMapper (>= 13.0.1)
- CleanArchitectureUtility.Extensions.Abstractions (>= 9.0.11)
- Microsoft.Extensions.Configuration (>= 9.0.2)
- Microsoft.Extensions.DependencyInjection (>= 9.0.2)
- Microsoft.Extensions.DependencyModel (>= 9.0.2)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.2)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 9.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.