From 0a54209fd419d16e979d613f8bd6676602b53676 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 4 Apr 2026 02:05:05 +0000 Subject: [PATCH 1/3] Update dependencies from https://github.com/microsoft/testfx build 20260403.1 On relative base path root Microsoft.Testing.Platform From Version 2.3.0-preview.26202.5 -> To Version 2.3.0-preview.26203.1 MSTest From Version 4.3.0-preview.26202.5 -> To Version 4.3.0-preview.26203.1 --- eng/Version.Details.props | 4 ++-- eng/Version.Details.xml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 1a73d58a3c79..9d609ee3c362 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -142,8 +142,8 @@ This file should be imported by eng/Versions.props 10.0.4 10.0.4 - 2.3.0-preview.26202.5 - 4.3.0-preview.26202.5 + 2.3.0-preview.26203.1 + 4.3.0-preview.26203.1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a1ff22313714..409f4dc90a0c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -560,13 +560,13 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet 80d3e14f5e08b4888f464e3cd0d0b2445b63ec46 - + https://github.com/microsoft/testfx - cc183c7df9aa41b4b27a1cc9d7d6f707ea51f4e3 + d87a52f4bfbce16e059acfe31c166827a39654ca - + https://github.com/microsoft/testfx - cc183c7df9aa41b4b27a1cc9d7d6f707ea51f4e3 + d87a52f4bfbce16e059acfe31c166827a39654ca https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet From 4bbb31d79d2ab3bc128850fc00a333dd62da5342 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 5 Apr 2026 02:03:01 +0000 Subject: [PATCH 2/3] Update dependencies from https://github.com/microsoft/testfx build 20260403.3 On relative base path root Microsoft.Testing.Platform From Version 2.3.0-preview.26202.5 -> To Version 2.3.0-preview.26203.3 MSTest From Version 4.3.0-preview.26202.5 -> To Version 4.3.0-preview.26203.3 --- eng/Version.Details.props | 4 ++-- eng/Version.Details.xml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 9d609ee3c362..595274fa83a7 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -142,8 +142,8 @@ This file should be imported by eng/Versions.props 10.0.4 10.0.4 - 2.3.0-preview.26203.1 - 4.3.0-preview.26203.1 + 2.3.0-preview.26203.3 + 4.3.0-preview.26203.3 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 409f4dc90a0c..b892144787f2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -560,13 +560,13 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet 80d3e14f5e08b4888f464e3cd0d0b2445b63ec46 - + https://github.com/microsoft/testfx - d87a52f4bfbce16e059acfe31c166827a39654ca + 1ddd2f1a558e9c79b5327c5ccc0e9e89df39d4da - + https://github.com/microsoft/testfx - d87a52f4bfbce16e059acfe31c166827a39654ca + 1ddd2f1a558e9c79b5327c5ccc0e9e89df39d4da https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet From 60fabb75aa11ee2ef72160e3bbcd71d41583c95c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Apr 2026 00:32:22 +0000 Subject: [PATCH 3/3] Disable C++/CLI and net46 tests pending v143 toolset fix - Disable C++/CLI tests (issue #53789) - Disable SourceLinkTests.Cpp (issue #53789) - Skip net46 InlineData in GivenThatWeWantToPreserveCompilationContext (issue #53796) Applies commits: - 03e9d407bcc632e2822c98e82620ea548f00bf2e - 2d2fd6b5a5ab4850a8716a6cf11353c101d93ff5 - 7f2393dc4f0567aa4873823944a52d3345765a63 Agent-Logs-Url: https://github.com/dotnet/sdk/sessions/6c35a4dd-dce1-4c5d-b865-6f2e3ba630d3 Co-authored-by: MiYanni <17788297+MiYanni@users.noreply.github.com> --- .../GivenThatWeWantToBuildACppCliProject.cs | 16 ++++++++-------- ...antToBuildACppCliProjectWithTransitiveDeps.cs | 6 +++--- .../Microsoft.NET.Build.Tests/SourceLinkTests.cs | 2 +- .../GivenThatWeWantToPackACppCliProject.cs | 2 +- ...ivenThatWeWantToPreserveCompilationContext.cs | 3 ++- .../GivenThatWeWantToPublishACppCliProject.cs | 2 +- 6 files changed, 16 insertions(+), 15 deletions(-) diff --git a/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProject.cs b/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProject.cs index 83ff1a3553d6..3a2915cc928f 100644 --- a/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProject.cs +++ b/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProject.cs @@ -13,7 +13,7 @@ public GivenThatWeWantToBuildACppCliProject(ITestOutputHelper log) : base(log) { } - [FullMSBuildOnlyFact] + [FullMSBuildOnlyFact(Skip = "https://github.com/dotnet/sdk/issues/53789")] public void It_builds_and_runs() { var testAsset = _testAssetsManager @@ -49,7 +49,7 @@ public void It_builds_and_runs() .HaveStdOutContaining("Hello, World!"); } - [FullMSBuildOnlyFact] + [FullMSBuildOnlyFact(Skip = "https://github.com/dotnet/sdk/issues/53789")] public void It_builds_and_runs_with_package_reference() { var targetFramework = ToolsetInfo.CurrentTargetFramework + "-windows"; @@ -84,7 +84,7 @@ public void It_builds_and_runs_with_package_reference() } } - [FullMSBuildOnlyFact] + [FullMSBuildOnlyFact(Skip = "https://github.com/dotnet/sdk/issues/53789")] public void Given_no_restore_It_builds_cpp_project() { var testAsset = _testAssetsManager @@ -98,7 +98,7 @@ public void Given_no_restore_It_builds_cpp_project() .Pass(); } - [FullMSBuildOnlyFact] + [FullMSBuildOnlyFact(Skip = "https://github.com/dotnet/sdk/issues/53789")] public void Given_Wpf_framework_reference_It_builds_cpp_project() { var testAsset = _testAssetsManager @@ -111,7 +111,7 @@ public void Given_Wpf_framework_reference_It_builds_cpp_project() .Pass(); } - [FullMSBuildOnlyFact] + [FullMSBuildOnlyFact(Skip = "https://github.com/dotnet/sdk/issues/53789")] public void It_fails_with_error_message_on_EnableComHosting() { var testAsset = _testAssetsManager @@ -139,7 +139,7 @@ public void It_fails_with_error_message_on_EnableComHosting() .HaveStdOutContaining(Strings.NoSupportCppEnableComHosting); } - [FullMSBuildOnlyFact] + [FullMSBuildOnlyFact(Skip = "https://github.com/dotnet/sdk/issues/53789")] public void It_fails_with_error_message_on_fullframework() { var testAsset = _testAssetsManager @@ -156,7 +156,7 @@ public void It_fails_with_error_message_on_fullframework() .HaveStdOutContaining(Strings.NETFrameworkWithoutUsingNETSdkDefaults); } - [FullMSBuildOnlyFact] + [FullMSBuildOnlyFact(Skip = "https://github.com/dotnet/sdk/issues/53789")] public void It_fails_with_error_message_on_tfm_lower_than_3_1() { var testAsset = _testAssetsManager @@ -173,7 +173,7 @@ public void It_fails_with_error_message_on_tfm_lower_than_3_1() .HaveStdOutContaining(Strings.CppRequiresTFMVersion31); } - [FullMSBuildOnlyFact] + [FullMSBuildOnlyFact(Skip = "https://github.com/dotnet/sdk/issues/53789")] public void When_run_with_selfcontained_It_fails_with_error_message() { var testAsset = _testAssetsManager diff --git a/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.cs b/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.cs index 4808f781d25a..9bac9adf9619 100644 --- a/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.cs +++ b/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps.cs @@ -12,7 +12,7 @@ public GivenThatWeWantToBuildACppCliProjectWithTransitiveDeps(ITestOutputHelper private readonly Lazy _buildAsset; - [FullMSBuildOnlyFact] + [FullMSBuildOnlyFact(Skip = "https://github.com/dotnet/sdk/issues/53789")] public void It_can_generate_correct_depsJson_file() { TestAsset testAsset = _buildAsset.Value; @@ -23,7 +23,7 @@ public void It_can_generate_correct_depsJson_file() depsJsonContent.Should().Contain("NETCoreCppCliTestC.dll", "should contain transitive reference"); } - [FullMSBuildOnlyFact] + [FullMSBuildOnlyFact(Skip = "https://github.com/dotnet/sdk/issues/53789")] public void It_can_generate_all_runtimeconfig_files_to_output_folder() { TestAsset testAsset = _buildAsset.Value; @@ -35,7 +35,7 @@ public void It_can_generate_all_runtimeconfig_files_to_output_folder() }); } - [FullMSBuildOnlyFact] + [FullMSBuildOnlyFact(Skip = "https://github.com/dotnet/sdk/issues/53789")] public void It_can_generate_all_depsjson_files_to_output_folder() { TestAsset testAsset = _buildAsset.Value; diff --git a/test/Microsoft.NET.Build.Tests/SourceLinkTests.cs b/test/Microsoft.NET.Build.Tests/SourceLinkTests.cs index 5fa880ec9812..544e18dbe2dd 100644 --- a/test/Microsoft.NET.Build.Tests/SourceLinkTests.cs +++ b/test/Microsoft.NET.Build.Tests/SourceLinkTests.cs @@ -290,7 +290,7 @@ public void SuppressImplicitGitSourceLink_ExplicitPackage(bool multitarget) } } - [FullMSBuildOnlyFact] + [FullMSBuildOnlyFact(Skip = "https://github.com/dotnet/sdk/issues/53789")] public void Cpp() { var testAsset = _testAssetsManager diff --git a/test/Microsoft.NET.Pack.Tests/GivenThatWeWantToPackACppCliProject.cs b/test/Microsoft.NET.Pack.Tests/GivenThatWeWantToPackACppCliProject.cs index 28a9660ac8fb..10a8bdaaadc1 100644 --- a/test/Microsoft.NET.Pack.Tests/GivenThatWeWantToPackACppCliProject.cs +++ b/test/Microsoft.NET.Pack.Tests/GivenThatWeWantToPackACppCliProject.cs @@ -11,7 +11,7 @@ public GivenThatWeWantToPackACppCliProject(ITestOutputHelper log) : base(log) { } - [FullMSBuildOnlyFact] + [FullMSBuildOnlyFact(Skip = "https://github.com/dotnet/sdk/issues/53789")] public void It_cannot_pack_the_cppcliproject() { var testAsset = _testAssetsManager diff --git a/test/Microsoft.NET.Publish.Tests/GivenThatWeWantToPreserveCompilationContext.cs b/test/Microsoft.NET.Publish.Tests/GivenThatWeWantToPreserveCompilationContext.cs index 1b4b5eaabcab..18dece1d353a 100644 --- a/test/Microsoft.NET.Publish.Tests/GivenThatWeWantToPreserveCompilationContext.cs +++ b/test/Microsoft.NET.Publish.Tests/GivenThatWeWantToPreserveCompilationContext.cs @@ -14,7 +14,8 @@ public GivenThatWeWantToPreserveCompilationContext(ITestOutputHelper log) : base } [Theory] - [InlineData("net46", "netstandard1.3", false)] + // Skip = "https://github.com/dotnet/sdk/issues/53796" + //[InlineData("net46", "netstandard1.3", false)] [InlineData("netcoreapp2.0", "netstandard2.0", false)] [InlineData("netcoreapp2.0", "netstandard2.0", true)] [InlineData("netcoreapp3.0", "netstandard2.0", false)] diff --git a/test/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishACppCliProject.cs b/test/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishACppCliProject.cs index 8a1408ba0e61..67d48f9712ef 100644 --- a/test/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishACppCliProject.cs +++ b/test/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishACppCliProject.cs @@ -11,7 +11,7 @@ public GivenThatWeWantToPublishACppCliProject(ITestOutputHelper log) : base(log) { } - [FullMSBuildOnlyFact] + [FullMSBuildOnlyFact(Skip = "https://github.com/dotnet/sdk/issues/53789")] public void When_referenced_by_csharp_project_it_publishes_and_runs() { var testAsset = _testAssetsManager