IdentityServer / IdentityServer3.EntityFramework

EntityFramework persistence layer for IdentityServer3
Apache License 2.0
68 stars 97 forks source link

AutoMapper 5 IsSourceValueNull #112

Closed scottbrady91 closed 8 years ago

scottbrady91 commented 8 years ago

The IsSourceValueNull method used in the Mapping classes has been removed as of AutoMapper 5.

Updating to AutoMapper 5 will break any projects using IdentityServer3.EntityFramework.

leastprivilege commented 8 years ago

@jbogard fyi

jbogard commented 8 years ago

IsSourceValueNull "source == null".

jbogard commented 8 years ago

Should I just open a PR here?

leastprivilege commented 8 years ago

If you don't mind

Sent from my iPhone

On 30.06.2016, at 15:23, Jimmy Bogard notifications@github.com wrote:

Should I just open a PR here?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

jbogard commented 8 years ago

113 and waiting for the CLA email. Or is that CYA...

brockallen commented 8 years ago

merged manually on dev. thx @jbogard

jimmystyle