After investigating, this is a known bug, see the link: https://github.com/dotnet/msbuild/issues/3897
BR,
Luqi
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi there, today I have a strange problem, I am using .resx files to implement multilanguage, I created a project to manage these .resx files, let's say the project is called Common, which contains *.zh-CN.resx. When I compile and deploy my project, I found the following two cases.
zh-CN folder has Common.resources.dll, but under Linux, it will not generate Common.resources.dllzh-CN/Common.resources.dll I didn't do any specialization, so I don't know why it is like that, is there any difference in the handling of .resx between net6 and net7? Thanks. BR,
Luqi
After investigating, this is a known bug, see the link: https://github.com/dotnet/msbuild/issues/3897
BR,
Luqi