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
// warning MSB3002: Explicitly set culture "test-1" for item "Resources.test-1.resx" was overwritten with inferred culture "", because 'RespectAlreadyAssignedItemCulture' property was not set.
44
47
.HaveStdOutContaining("warning MSB3002:");
45
48
}
46
49
47
-
[FullMSBuildOnlyTheory]
50
+
[Theory]
48
51
[InlineData("net7.0")]
49
52
[InlineData("net6.0")]
50
-
// Is this Failing? Is full FW MSBuild already on 17.13? Then remove this test and remove `[CoreMSBuildOnlyTheory]` attribute on the test above
53
+
// Is this Failing? Check if WarnOnCultureOverwritten hasn't been made a default opt-in in sdk or MSBuild.
51
54
//
52
-
// Until MSBuild 17.13 is merged into FullFW MSBuild in sdk tests - the test will fail, as
55
+
// Without explicit opt-in via WarnOnCultureOverwritten - the test will fail, as
53
56
// proper recognition of custom cultures in RAR is not supported and hence the build will fail during copy:
54
57
//
55
58
// Microsoft.Common.CurrentVersion.targets(4959,5): error MSB3030: Could not copy the file "obj\Debug\net7.0\test-1\MSBuildCultureResourceGeneration.resources.dll" because it was not found.
0 commit comments