IdentityServer / IdentityServer3.EntityFramework

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

Update to latest AutoMapper 4.2 #88

Closed brockallen closed 8 years ago

brockallen commented 8 years ago

This issue: https://github.com/IdentityServer/IdentityServer3.EntityFramework/issues/72#issuecomment-180094260

brockallen commented 8 years ago

@martinlevington i pushed an update to MyGet with the AutoMapper 4.2 updates. Mind testing it for me to confirm that it's working?

martinlevington commented 8 years ago

Sure, do you have a link?

brockallen commented 8 years ago

Same as this: https://github.com/IdentityServer/IdentityServer3.Samples/blob/master/source/SelfHost%20%28Minimal%29/NuGet.config

martinlevington commented 8 years ago

Ok, I will test it later today

martinlevington commented 8 years ago

Hi, I can conform that the changes you added appear have fixed the issue. I have rerun through the tests that produced the issues yesterday and cannot reproduce the error. So it looks like the changes have fixed the issue.

Thanks.

brockallen commented 8 years ago

2.4.1 was just pushed to NuGet (and uses AutoMapper 4.2).