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
Localization/Strings.resx has many language version, include no-NO (Norway)
When using Microsoft.CodeAnalysis.ResxSourceGenerator to generate Strings.Desiger.cs, the source generator generated Strings.Desiger.cs and Strings.no-NO.Designer.cs, and cause errors.
Seems no-NO is not recognized as a locale code in Visual Studio.
But if compile via dotnet publish or using Rider, it seems work.
Analyzer
Analyzer source
SDK: Built-in CA analyzers in .NET 9 SDK or later
Version: SDK 9.0.101
OR
NuGet Package: Microsoft.CodeAnalysis.NetAnalyzers
Version: 9.0.0
Describe the bug
repo: https://github.com/JustArchiNET/ArchiSteamFarm.git
Localization/Strings.resx
has many language version, includeno-NO (Norway)
When using Microsoft.CodeAnalysis.ResxSourceGenerator to generate
Strings.Desiger.cs
, the source generator generatedStrings.Desiger.cs
andStrings.no-NO.Designer.cs
, and cause errors.Seems
no-NO
is not recognized as a locale code in Visual Studio.But if compile via
dotnet publish
or using Rider, it seems work.Steps To Reproduce
clone repo: https://github.com/JustArchiNET/ArchiSteamFarm.git
open via Visual Studio 2022
complie the sulotion
Expected behavior
threat
no-NO
as a locale codeActual behavior
threat
no-NO
as a resource file nameThe text was updated successfully, but these errors were encountered: