I try use Catglobe.ResXFileCodeGenerator 4.1.2 (any 4.* version) with net8.0.
At my work station (Windows 10) all work fine. But when I try build docker image I got warning:
CSC : warning CS9057: The analyzer assembly '/root/.nuget/packages/catglobe.resxfilecodegenerator/4.1.2/analyzers/dotnet/cs/Catglobe.ResXFileCodeGenerator.dll' references version '4.12.0.0' of the compiler, which is newer than the currently running version '4.11.0.0'.
I try use any 4.x version, but got same error.
3.x with net8.0 work fine.
4.x with net10.0 work fine too.
Minimal sample in attach
resxtest.zip
I try use Catglobe.ResXFileCodeGenerator 4.1.2 (any 4.* version) with net8.0.
At my work station (Windows 10) all work fine. But when I try build docker image I got warning:
CSC : warning CS9057: The analyzer assembly '/root/.nuget/packages/catglobe.resxfilecodegenerator/4.1.2/analyzers/dotnet/cs/Catglobe.ResXFileCodeGenerator.dll' references version '4.12.0.0' of the compiler, which is newer than the currently running version '4.11.0.0'.I try use any 4.x version, but got same error.
3.x with net8.0 work fine.
4.x with net10.0 work fine too.
Minimal sample in attach
resxtest.zip