Skip to content

Commit

Permalink
reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
lbargaoanu committed Feb 8, 2024
1 parent f137534 commit 48f732f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/source/13.0-Upgrade-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@

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

## `IMapper` has nullable annotations

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.

## `AllowAdditiveTypeMapCreation` was removed

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

## Custom Equals/GetHashCode for source objects

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

0 comments on commit 48f732f

Please sign in to comment.