Compile error with WPF .net Core 3.0 when adding .resx files
问题 Following works as expected: VS Studio 2019 tested with professional and community. Create new APF App (.NET Framework) Open properties Folder Change Resources.resx to public Create a new resources file (Resources.de.resx) Build Compiles as expected Following does not work: Create new APF App (.NET Core) Create a Resources Folder Create a new resources file (Resources.resx) Change it to public Create a new resources file (Resources.de.resx) Build Tested it on 3 different machines with VS 2019