You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed dependency on Microsoft.AspNetCore.Hosting.Abstractions from Microsoft.Extensions.Localization as part of removing the IHostingEnvironment parameter from the constructor of ResourceManagerStringLocalizerFactory in PR aspnet/Localization#316.
As a consequence ResourceManagerStringLocalizerFactory.Create(string baseName, string location) will now throw if you try to pass it a null location.
The text was updated successfully, but these errors were encountered:
Removed dependency on
Microsoft.AspNetCore.Hosting.Abstractions
fromMicrosoft.Extensions.Localization
as part of removing theIHostingEnvironment
parameter from the constructor ofResourceManagerStringLocalizerFactory
in PR aspnet/Localization#316.As a consequence
ResourceManagerStringLocalizerFactory.Create(string baseName, string location)
will now throw if you try to pass it a null location.The text was updated successfully, but these errors were encountered: