AutoMapper
Advanced tools
Sorry, the diff of this file is not supported yet
@@ -5,3 +5,3 @@ <?xml version="1.0" encoding="utf-8"?> | ||
| <id>AutoMapper</id> | ||
| <version>16.0.0</version> | ||
| <version>16.1.0</version> | ||
| <authors>Jimmy Bogard</authors> | ||
@@ -15,3 +15,3 @@ <requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
| <description>A convention-based object-object mapper.</description> | ||
| <repository type="git" url="https://github.com/LuckyPennySoftware/AutoMapper" commit="8ef7df2bf8835e2ccd54338c2c5226a8c91ec628" /> | ||
| <repository type="git" url="https://github.com/LuckyPennySoftware/AutoMapper" commit="6e084d3d95b9e59de1689044ca06ed9da5bb6865" /> | ||
| <dependencies> | ||
@@ -18,0 +18,0 @@ <group targetFramework=".NETFramework4.7.1"> |
+10
-1
@@ -31,3 +31,3 @@  | ||
| // or more typically, using IServiceCollection | ||
| // or more typically, using IServiceCollection with automatic service registration | ||
| services.AddAutoMapper(cfg => | ||
@@ -38,2 +38,11 @@ { | ||
| }); | ||
| // AutoMapper will automatically register any implementations of: | ||
| // - IValueResolver<TSource, TDestination, TDestMember> | ||
| // - IMemberValueResolver<TSource, TDestination, TSourceMember, TDestMember> | ||
| // - ITypeConverter<TSource, TDestination> | ||
| // - IValueConverter<TSourceMember, TDestinationMember> | ||
| // - ICondition<TSource, TDestination, TDestMember> | ||
| // - IPreCondition<TSource, TDestination> | ||
| // - IMappingAction<TSource, TDestination> | ||
| // from the provided assemblies | ||
@@ -40,0 +49,0 @@ // only during development, validate your mappings; remove it before release |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display