Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency of Microsoft.Extensions.Localization and behavior change to ResourceManagerStringLocalizerFactory.Create #218

Open
ryanbrandenburg opened this issue Feb 3, 2017 · 0 comments

Comments

@ryanbrandenburg
Copy link

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.

@ryanbrandenburg ryanbrandenburg added this to the 2.0.0 milestone Feb 3, 2017
@aspnet aspnet locked and limited conversation to collaborators Feb 3, 2017
@danroth27 danroth27 added the 2.0.0 label Aug 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants