blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.26k stars 517 forks source link

there is something with "Resource.zh-CN.resx" that I can't understand? #322

Closed stilltooyoung closed 1 year ago

stilltooyoung commented 1 year ago

When I use visual studio to build,everything is OK. But when I use "dotnet build","Resource.zh-CN.resx" doesn't work.There is no directory named "zh-CN" under the directory "src\Blogifier.Shared\bin\Debug\net6.0\": image Can someone help with this?appreciate!

rxtur commented 1 year ago

This is odd, I don't see any issues removing debug folder and re-generating resource folders, including zh-CN:

explorer_tMHM3H77uF

dorthl commented 1 year ago

@stilltooyoung This problem should no longer exist