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
After the 'dotnet publish' step, in files like Server.VirtualHairInfo.v0 json, places containing the letter 'I' are converted to their Unicode equivalents when the operating system is not in English (in my case, Turkish). This causes an error during the build step. I tried changing the culture value in Main.cs and setting the language in publish.cmd, but these did not resolve the issue. The build was successful when the Windows language was set to English.
The text was updated successfully, but these errors were encountered:
The problem stems from how windows maps characters on windows 11 using different languages. Turkish has to be localized in runtime on his computer. Unless we can switch it based on detected system language. I don't know how to do this in .net 8+ without forcing all new compiles into Turkish "tr-TR".
After the 'dotnet publish' step, in files like Server.VirtualHairInfo.v0 json, places containing the letter 'I' are converted to their Unicode equivalents when the operating system is not in English (in my case, Turkish). This causes an error during the build step. I tried changing the culture value in Main.cs and setting the language in publish.cmd, but these did not resolve the issue. The build was successful when the Windows language was set to English.
The text was updated successfully, but these errors were encountered: