AutoMapper
Advanced tools
Sorry, the diff of this file is not supported yet
@@ -0,0 +0,0 @@ <?xml version="1.0" encoding="utf-8"?> |
+8
-19
@@ -5,3 +5,3 @@ <?xml version="1.0" encoding="utf-8"?> | ||
| <id>AutoMapper</id> | ||
| <version>15.1.2</version> | ||
| <version>15.1.3</version> | ||
| <authors>Jimmy Bogard</authors> | ||
@@ -15,29 +15,18 @@ <requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
| <description>A convention-based object-object mapper.</description> | ||
| <repository type="git" url="https://github.com/LuckyPennySoftware/AutoMapper" commit="1af71bfe831e337254a555a611de6c22b85d0426" /> | ||
| <repository type="git" url="https://github.com/LuckyPennySoftware/AutoMapper" commit="b2a00632ad857e1d552ffd07ca1c54d0d418e1d3" /> | ||
| <dependencies> | ||
| <group targetFramework=".NETFramework4.7.1"> | ||
| <dependency id="Microsoft.Bcl.HashCode" version="6.0.0" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.Logging.Abstractions" version="10.0.0" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.Options" version="10.0.0" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.IdentityModel.JsonWebTokens" version="8.14.0" exclude="Build,Analyzers" /> | ||
| </group> | ||
| <group targetFramework="net8.0"> | ||
| <dependency id="Microsoft.Extensions.Logging.Abstractions" version="10.0.0" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.Options" version="10.0.0" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.Logging.Abstractions" version="8.0.0" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.Options" version="8.0.0" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.IdentityModel.JsonWebTokens" version="8.14.0" exclude="Build,Analyzers" /> | ||
| </group> | ||
| <group targetFramework="net9.0"> | ||
| <dependency id="Microsoft.Extensions.Logging.Abstractions" version="10.0.0" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.Options" version="10.0.0" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.Logging.Abstractions" version="8.0.0" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.Options" version="8.0.0" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.IdentityModel.JsonWebTokens" version="8.14.0" exclude="Build,Analyzers" /> | ||
| </group> | ||
| <group targetFramework="net10.0"> | ||
| <dependency id="Microsoft.Extensions.Logging.Abstractions" version="10.0.0" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.Options" version="10.0.0" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.IdentityModel.JsonWebTokens" version="8.14.0" exclude="Build,Analyzers" /> | ||
| </group> | ||
| <group targetFramework=".NETStandard2.0"> | ||
| <dependency id="Microsoft.Bcl.HashCode" version="6.0.0" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.Logging.Abstractions" version="10.0.0" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.Options" version="10.0.0" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.Logging.Abstractions" version="8.0.0" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.Options" version="8.0.0" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.IdentityModel.JsonWebTokens" version="8.14.0" exclude="Build,Analyzers" /> | ||
@@ -44,0 +33,0 @@ <dependency id="System.Reflection.Emit" version="4.7.0" exclude="Build,Analyzers" /> |
+0
-0
@@ -0,0 +0,0 @@ By accessing code under the [Lucky Penny Software GitHub Organization](https://github.com/LuckyPennySoftware) (Lucky Penny Software) here, you are agreeing to the following licensing terms. |
+1
-10
@@ -31,3 +31,3 @@  | ||
| // or more typically, using IServiceCollection with automatic service registration | ||
| // or more typically, using IServiceCollection | ||
| services.AddAutoMapper(cfg => | ||
@@ -38,11 +38,2 @@ { | ||
| }); | ||
| // 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 | ||
@@ -49,0 +40,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 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 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