You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

AutoMapper

Package Overview
Dependencies
Maintainers
2
Versions
234
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

automapper - nuget Package Compare versions

Package version was removed
This package version has been unpublished, mostly likely due to security reasons
Comparing version
15.1.0
to
15.1.1
lib/net10.0/AutoMapper.dll

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

+2
-2

@@ -6,6 +6,6 @@ <?xml version="1.0" encoding="utf-8"?>

<Default Extension="dll" ContentType="application/octet" />
<Default Extension="xml" ContentType="application/octet" />
<Default Extension="png" ContentType="application/octet" />
<Default Extension="md" ContentType="application/octet" />
<Default Extension="nuspec" ContentType="application/octet" />
<Default Extension="png" ContentType="application/octet" />
<Default Extension="xml" ContentType="application/octet" />
</Types>

@@ -5,3 +5,3 @@ <?xml version="1.0" encoding="utf-8"?>

<id>AutoMapper</id>
<version>15.1.0</version>
<version>15.1.1</version>
<authors>Jimmy Bogard</authors>

@@ -15,18 +15,29 @@ <requireLicenseAcceptance>true</requireLicenseAcceptance>

<description>A convention-based object-object mapper.</description>
<repository type="git" url="https://github.com/LuckyPennySoftware/AutoMapper" commit="c67bc5f995c8b1c1926a48c2a02ae82a4c42391f" />
<repository type="git" url="https://github.com/LuckyPennySoftware/AutoMapper" commit="1af71bfe831e337254a555a611de6c22b85d0426" />
<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="8.0.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Options" version="8.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="net9.0">
<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.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="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="8.0.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Options" version="8.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" />

@@ -33,0 +44,0 @@ <dependency id="System.Reflection.Emit" version="4.7.0" exclude="Build,Analyzers" />

@@ -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.

@@ -31,3 +31,3 @@ ![AutoMapper](https://s3.amazonaws.com/automapper/logo.png)

// 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