Results 236 comments of jsakamoto
trafficstars

Thank you for your proposal. I'll consider how to implement it. But unfortunately, it will not be easy because of the architecture of this library. So it will take a...

@Alerinos Thanks for reporting. I tried to reproduce your problem on my hand, but unfortunately, I couldn't. So to isolate the cause of the problem, could you try to comment...

@Alerinos Thanks for your cooperation. 👍 I could reproduce the problem, and I could find the reason for the problem. Currently your code is like this: ```csharp app.UseHeadElementServerPrerendering(); app.UseResponseCompression(); app.UseHttpsRedirection();...

@Alerinos I could not reproduce the "the server takes a long time to render the content" problem on the [BlazorToolbelt.zip](https://github.com/jsakamoto/Toolbelt.Blazor.HeadElement/files/6987006/BlazorToolbeltTest.zip). ![image](https://user-images.githubusercontent.com/95908/129495660-89882a47-343e-4d6a-b7be-2fb2efec623d.png) ``` info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[104] Executed an implicit handler method, returned...

@Alerinos Sorry too late. > The first one is the loading time increases, I still can't reproduce this problem. Could you build and run the project I attached to this...

@Alerinos > the console application does not work for me. :( Could you explain in more detail what happened? Did an exception happen? If so, what was that exception said?...

Unfortunately, there is no solution at this time. However, I planed that add support for .NET Core [IStringLocalizer](https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.localization.istringlocalizer?view=dotnet-plat-ext-3.1) feature. This will help you to resolve your problem, I think. It...

@be-swarm Thank you for reporting! I fixed the bug and published the new version of the Blazor I18n Text package. - https://www.nuget.org/packages/Toolbelt.Blazor.I18nText/11.1.3 Please try it out. 😃

@BillyCool Thank you for reporting. Honestly, I've never considered the scale of JSON files. So I'm not sure about the limitation of the file size of JSON files even though...

@BillyCool I've investigated this problem. Unfortunately, this strange behavior seems to be a bug of the reflection feature by the .NET IL interpreter on a WebAssembly. The "I18n Text" library...