Louis-Vincent Major
Louis-Vincent Major
Is there an issue opened in upstream projects so that we could see if there is any progress on this ? Thanks in advance! :)
All right, good to know. And do you plan splitting features such as what is done with hangfire and providing some free features and some premium paid features?
According to logs, it fails in `LocalizationAdministrationController.GetLocalizationInfo`
I managed to get a more specific error by manually copying the repo and using that in my project instead, it seems to be related to the fact that Json...
@gunduzemreozer Just submitted a PR that fixes the issue for me and should also do so for you. As @RickStrahl does not seem super active currently (not blaming here, just...
@gunduzemreozer great to hear. I was hoping that the fix would be merged in a timely manner so I didn't take the time to publish a new fork on Nuget...
@nmg196 yeah there seems to not be much activity by the maintainer, but a "pre-release" was made on Nuget which adds support for .net core 3+ (see on [Nuget](https://www.nuget.org/packages/Westwind.Globalization/3.1.0-preview1))
I think you are facing the same issue that has been reported in #181 and a solution has been proposed (my guess is it will also work for you too)....
@m2git there might be something else going on here as I'm using it with 3.1 and everything works fine for the localization admin UI...
This implements the recommended approach in official MS migration [docs](https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.0&tabs=visual-studio#migrate-libraries-via-multi-targeting)