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
Fixes failing `SupportRespectAlreadyAssignedItemCulture_IsNotSupported_BuildShouldFail` test by consolidating back with the core only test theory.
This is causing all PRs in sdk main to fail because of a machine rollout that updated VS to 17.13.x
@@ -46,25 +44,5 @@ public void SupportRespectAlreadyAssignedItemCulture_IsNotSupported_BuildShouldW
46
44
// warning MSB3002: Explicitly set culture "test-1" for item "Resources.test-1.resx" was overwritten with inferred culture "", because 'RespectAlreadyAssignedItemCulture' property was not set.
47
45
.HaveStdOutContaining("warning MSB3002:");
48
46
}
49
-
50
-
[Theory]
51
-
[InlineData("net7.0")]
52
-
[InlineData("net6.0")]
53
-
// Is this Failing? Check if WarnOnCultureOverwritten hasn't been made a default opt-in in sdk or MSBuild.
54
-
//
55
-
// Without explicit opt-in via WarnOnCultureOverwritten - the test will fail, as
56
-
// proper recognition of custom cultures in RAR is not supported and hence the build will fail during copy:
57
-
//
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