Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SimpleMemberMap became internal between 1.42 and 1.50.2 #613

Open
richardissimo opened this issue Sep 15, 2016 · 0 comments
Open

SimpleMemberMap became internal between 1.42 and 1.50.2 #613

richardissimo opened this issue Sep 15, 2016 · 0 comments
Labels
area:api API Additions or Changes breaking-change v3.0 Changes awaiting the next breaking release
Milestone

Comments

@richardissimo
Copy link

richardissimo commented Sep 15, 2016

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));
@NickCraver NickCraver added the v3.0 Changes awaiting the next breaking release label Jan 28, 2017
@NickCraver NickCraver modified the milestone: v2.0 Jan 30, 2017
@NickCraver NickCraver added the area:api API Additions or Changes label May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:api API Additions or Changes breaking-change v3.0 Changes awaiting the next breaking release
Projects
None yet
Development

No branches or pull requests

2 participants