Skip to content

Commit 7cc31ed

Browse files
committed
no need for any change in behaviour
1 parent f137534 commit 7cc31ed

File tree

5 files changed

+45
-59
lines changed

5 files changed

+45
-59
lines changed

docs/source/13.0-Upgrade-Guide.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66

77
## `AddAutoMapper` is part of the core package and the DI package is discontinued
88

9-
## `IMapper` has nullable annotations
10-
11-
Besides the build-time impact, there is also a behaviour change. Non-generic `Map` overloads require now either a destination type or a non-null destination object.
12-
139
## `AllowAdditiveTypeMapCreation` was removed
1410

1511
Be sure to call `CreateMap` once for a source type, destination type pair. If you want to reuse configuration, use mapping inheritance.
@@ -24,4 +20,4 @@ The same pattern the framework uses to pass state to delegates. Note that `State
2420

2521
## Custom Equals/GetHashCode for source objects
2622

27-
To avoid broken implementations, we no longer call those when checking for identical source objects, we hard code to checking object references.
23+
To avoid broken implementations, we no longer call those when checking for identical source objects, we hard code to checking object references.

0 commit comments

Comments
 (0)