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.
After updating NuGet packages it looks as though UseStaticRegistration has been removed from
AutoMapper.Extensions.Microsoft.DependencyInjection
, and the current behavior in5.0.1
seems to be the same as one would expect when settingUseStaticRegistration
tofalse
, so this LOC seems unnecessary now. See this PR for details.