Skip to content

Commit 7faf678

Browse files
committed
Update logo
1 parent bf76a58 commit 7faf678

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![AutoMapper](https://camo.githubusercontent.com/603a9fdf1c6578e4df423ecdb784cb5d634e016850c10ba0798970fd48c55d41/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6175746f6d61707065722f6c6f676f2e706e67)
1+
![AutoMapper](https://s3.amazonaws.com/automapper/logo.png)
22

33
[![CI](https://github.com/automapper/automapper/workflows/CI/badge.svg)](https://github.com/AutoMapper/AutoMapper/actions?query=workflow%3ACI)
44
[![NuGet](http://img.shields.io/nuget/vpre/AutoMapper.svg?label=NuGet)](https://www.nuget.org/packages/AutoMapper/)

src/AutoMapper/Configuration/ConfigurationValidator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void DryRunTypeMap(TypePair types, TypeMap typeMap, MemberMap memberMap)
5454
{
5555
return;
5656
}
57-
typeMap = config.ResolveTypeMap(types.SourceType, types.DestinationType);
57+
typeMap = config.ResolveTypeMap(types);
5858
}
5959
if (typeMap != null)
6060
{

0 commit comments

Comments
 (0)