Results 236 comments of jsakamoto
trafficstars

Thank you for your reporting! Sorry, this is by design at this time to keep lower compatibility. Some old components those are using this library deploy the localized resource json...

"Blazor I18n Text" ver.7 reduced the "404 Not Found" error with breaking changes to search only "_content" folder. However, due to the architecture and design, the "404 Not Found" error...

Sorry to late reply! I'm not sure to make a synchronous version of "GetTextTableAsync" is possible. Because, "Blazor i18n Text" on Blazor WebAssembly app currently depends on fetching localized text...

@NPadrutt Thank you for notify me! Yeah, this is the "dirty hack" based on that I don't have enough skill of MSBuild script. So I have to fix this. I'll...

@NPadrutt Today, I published a new version of "Blazor I18text" NuGet package v.9.1.1. - https://www.nuget.org/packages/Toolbelt.Blazor.I18nText/9.1.1 Would you try this version on your Visual Studio for Mac environment? Thanks!

@aherrick Thank you for your nice suggestion! There is no way at this time, but I'll try to make injection points to fetching JSON mechanism. However, I'm busy with another...

Could you tell me more detail about what do you want? Do you already have specific ideas?

> Well, i've noticed that blazor itself creates precompiled *.razor.g.cs files in the folder obj\Debug\netstandard2.0\Razor\ > So maybe this could be something to replace the IntelliSense files. Thank you for...

Today, I succeeded that exclude "Localized Text Resource JSON" files from project content files on "Toolbelt.Blazor.I18nText" **ver.5.** ![image](https://user-images.githubusercontent.com/95908/63225776-083ca180-c20f-11e9-8527-bedf2a70daed.png) "Localized Text Resource JSON" files are generated in under the output folder,...

@endeffects Wow, 3 years passed! 😱 Anyway, I've finally made "Typed Text Table class" files be invisible from project folders by using the "C# Source Generator" feature. 🎉 ![image](https://user-images.githubusercontent.com/95908/160510503-e5001438-7943-4369-b9f4-c58754e6ad83.png) I...