-
Notifications
You must be signed in to change notification settings - Fork 64
Remove dependency on Microsoft.AspNetCore.Hosting.Abstractions #290
Comments
Oops, you are correct. This must have been an oversight on our behalf. Unfortunately, changing it at this time is a breaking change. But it's something we can certainly fix in a new major version. It appears that the dependency is there because it uses |
It makes no sense. Just make sure the location parameter is not null. |
@djanosik sorry, not sure I understand your comment. |
AFAIK the new Localization APIs are designed for ASP.NET Core. If we remove the dependency on |
@Eilon It should not be responsibility of the |
@Eilon - So new version is out (1.1.0) but dependency is still there. |
@atuzovic yeah we'll look at this for the next milestone. It's definitely something we want to do. |
We can't remove dependencies until a major release as it's a breaking change so you won't see this until 2.0 |
@djanosik I don't think the |
My plan of attack here is to create |
Sounds good to me. |
@ryanbrandenburg this should be closed after the commit 65e3af9 |
@ryanbrandenburg can you post an announcement as well? Need to mention the dependency that we removed and the small behavior breaking change of the API. |
An announcement was made for this breaking change in aspnet/Announcements#218. |
Can you remove the dependency on
Microsoft.AspNetCore.Hosting.Abstractions
from theMicrosoft.Extensions.Localization
package? We wanted to use the new localization in our framework, but we don't want any dependency on ASP.NET Core.The text was updated successfully, but these errors were encountered: