ContosoUniversity icon indicating copy to clipboard operation
ContosoUniversity copied to clipboard

Missing Mapping.AssertConfigurationIsValid() call

Open mycroes opened this issue 9 years ago • 3 comments

It seems that Mapping.AssertConfigurationIsValid() is missing in the project. Also, I believe it would throw an exception due to unmapped members, so might it be missing on purpose?

mycroes avatar Dec 24 '15 07:12 mycroes

What happened to this? I'm upgrading to 5.0 and I can't find this method.

TrymBeast avatar Jun 29 '16 13:06 TrymBeast

Ah! It shoud be: Mapper.Configuration.AssertConfigurationIsValid();

TrymBeast avatar Jun 29 '16 15:06 TrymBeast

Gah. I didn't mean to remove this, can you open an issue in the AutoMapper GitHub?

On Wed, Jun 29, 2016 at 10:56 AM, Tiago Ribeiro [email protected] wrote:

Ah! It shoud be: Mapper.Configuration.AssertConfigurationIsValid();

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jbogard/ContosoUniversity/issues/12#issuecomment-229401974, or mute the thread https://github.com/notifications/unsubscribe/AAGYMtIYDMwlLZS-Jlwb5OBM7_1oHs6qks5qQpW3gaJpZM4G69iD .

jbogard avatar Jun 29 '16 21:06 jbogard