-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
area:apiAPI Additions or ChangesAPI Additions or Changesbreaking-changev3.0Changes awaiting the next breaking releaseChanges awaiting the next breaking release
Milestone
Description
We've just updated our NuGet package from 1.42 to 1.50.2, and at some point in between those two, SimpleMemberMap has become internal (a breaking change). I can't spot anything on the release notes mentioning this. Please can someone suggest how to create one of these, or what the new way of creating a SqlMapper.IMemberMap is? We were using it like this...
_customMappedMembers[nameToMap] = new SimpleMemberMap(nameToMap, _type.GetProperty(member.Name));and
_customMappedMembers[nameToMap] = new SimpleMemberMap(nameToMap, _type.GetField(member.Name));LeonidVasilyev
Metadata
Metadata
Assignees
Labels
area:apiAPI Additions or ChangesAPI Additions or Changesbreaking-changev3.0Changes awaiting the next breaking releaseChanges awaiting the next breaking release