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
resx files in subfolders relative to project root fail to build when EmbeddedResourceUseDependentUponConvention is true (.NET Core 3.0 preview 9) #4695
When you move/create form files in subfolders (relative to project root) convetion based system fails to find associated resx file, because it clearly mangled the filename (see build error)
if you disable EmbeddedResourceUseDependentUponConvention in csproj this error goes away.
Error MSB3041: Unable to create a manifest resource name for "Forms\Form1.resx". Could not find a part of the path 'C:\Users\Vladislav Richter\source\repos\WindowsFormsDependentUponConventionTest\WindowsFormsDependentUponConventionTest\Forms\Forms\Form1.cs'.
C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\MSBuild\Current\Bin\Microsoft.CSharp.CurrentVersion.targets 100