You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiler Output:
/Users/xxx/Desktop/DevToys/src/app/dev/DevToys.Blazor/Core/Languages/LanguageManager.cs(31,62): error CS0234: The type or namespace name 'CultureHelper' does not exist in the namespace 'DevToys.Localization' (are you missing an assembly reference?) [/Users/xxx/Desktop/DevToys/src/app/dev/DevToys.Blazor/DevToys.Blazor.csproj]
When I build Devtoys on Macos 15.5 using sh build.sh, Visual Studio Code and Rider, I always encountered this error. And I found ResxHelperGenerator.dll had been compiled successfully. How should I do?
How to reproduce it (as minimally and precisely as possible)