From c8cf8d222089c3b6ed00e2ba41eca0cb92bc8907 Mon Sep 17 00:00:00 2001 From: Jan Provaznik Date: Tue, 14 Jul 2026 11:43:45 +0200 Subject: [PATCH] Temporarily disable It_builds_deps_correctly_when_projects_do_not_get_restored Same root cause as ItCanTestAMultiTFMProjectWithImplicitRestore (dotnet/sdk#55263): dotnet/msbuild#14274 (ExcludeRestorePackageImports during restore, change wave 18.10) regresses restore for projects excluded from restore via _IsProjectRestoreSupported. For the 'TestApp.' case, TestApp.deps.json lists transitive non-SDK project references by their project name instead of the overridden AssemblyName. Disable pending the msbuild#14349 revert flowing in. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 499249b7-514f-4ecf-88bc-2466455069c5 --- ...GivenThatWeWantToBuildAnAppWithTransitiveNonSdkProjectRefs.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildAnAppWithTransitiveNonSdkProjectRefs.cs b/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildAnAppWithTransitiveNonSdkProjectRefs.cs index 81a0a45ee5d2..43266350e973 100644 --- a/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildAnAppWithTransitiveNonSdkProjectRefs.cs +++ b/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildAnAppWithTransitiveNonSdkProjectRefs.cs @@ -28,6 +28,7 @@ public void It_builds_the_project_successfully() [OSCondition(OperatingSystems.Windows)] [DataRow("")] [DataRow("TestApp.")] + [Ignore("https://github.com/dotnet/sdk/issues/55263")] public void It_builds_deps_correctly_when_projects_do_not_get_restored(string prefix) { // NOTE the projects created by CreateTestProject: