gothinkster / aspnetcore-realworld-example-app

ASP.NET Core backend implementation for RealWorld
https://realworld.io
MIT License
1.94k stars 549 forks source link

Update NuGet packages and remove UseStaticRegistration #47

Closed chrisgundersen closed 6 years ago

chrisgundersen commented 6 years ago

After updating NuGet packages it looks as though UseStaticRegistration has been removed from AutoMapper.Extensions.Microsoft.DependencyInjection, and the current behavior in 5.0.1 seems to be the same as one would expect when setting UseStaticRegistration to false, so this LOC seems unnecessary now. See this PR for details.

adamhathcock commented 6 years ago

Thanks!