-
It would be awesome if Askmethat.Aspnet.JsonLocalizer assembly would have a strong name.
-
Hi @AlexTeixeira,
first I want to thank you for this great library and I hope you are doing well.
Today I had a lot of invalid operation exceptions with the following message and stack trace:
Op…
-
We still have issues with not getting the correct translation, even when using "WithCulture".
We need to be able to use a localization, not based on geo-position, cookie, browser setting, but based…
-
Hi!
I have a class library on netstandart 2.1 and add you package last version 3.1.0 but show error:
Error CS1705 Assembly 'Askmethat.Aspnet.JsonLocalizer' with identity 'Askmethat.Aspnet.JsonLoc…
-
The typed localizer is not working properly - JsonStringLocalizerOfT receives a nullable baseName parameter.
Proposed fix for JsonStringLocalizerOfT:
```
namespace Askmethat.Aspnet.JsonLocal…
-
### Description
We are managing to transfer our existing Blazor server application into MAUI Blazor project. So far, we got the WinUI project building and working, which is really excited! But, for t…
-
When I try to bind model for error message, it gives the following error
An unhandled exception occurred while processing the request.
JsonSerializationException: Cannot deserialize the current …
-
Great repo!
Does it also support Blazor WebAssembly?
-
I'd suggest dropping support for .net core 3.1 and move the code base to .net standard 2.1 + .net 5/6. Also as part of this, I would suggest removing newtonsoft.json which is replaced by system.text.…
-
Hi,
We're using [FluentValidation](https://docs.fluentvalidation.net/en/latest/localization.html) in our project and we want to add localization to our custom validators.
Their documentation suggest…