Skip to content

Commit fb0d490

Browse files
authored
[main] Update dependencies from microsoft/testfx (#55049)
2 parents 41cb0df + 43baa0c commit fb0d490

4 files changed

Lines changed: 11 additions & 8 deletions

File tree

eng/Version.Details.props

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ This file should be imported by eng/Versions.props
3535
<MicrosoftBclAsyncInterfacesPackageVersion>11.0.0-preview.6.26311.113</MicrosoftBclAsyncInterfacesPackageVersion>
3636
<MicrosoftBuildPackageVersion>18.9.0-preview-26311-113</MicrosoftBuildPackageVersion>
3737
<MicrosoftBuildLocalizationPackageVersion>18.9.0-preview-26311-113</MicrosoftBuildLocalizationPackageVersion>
38-
<MicrosoftBuildTaskAuthoringAnalyzerPackageVersion>18.9.0-preview-26311-113</MicrosoftBuildTaskAuthoringAnalyzerPackageVersion>
3938
<MicrosoftBuildNuGetSdkResolverPackageVersion>7.9.0-rc.31213</MicrosoftBuildNuGetSdkResolverPackageVersion>
39+
<MicrosoftBuildTaskAuthoringAnalyzerPackageVersion>18.9.0-preview-26311-113</MicrosoftBuildTaskAuthoringAnalyzerPackageVersion>
4040
<MicrosoftBuildTasksGitPackageVersion>11.0.100-preview.6.26311.113</MicrosoftBuildTasksGitPackageVersion>
4141
<MicrosoftCodeAnalysisPackageVersion>5.9.0-1.26311.113</MicrosoftCodeAnalysisPackageVersion>
4242
<MicrosoftCodeAnalysisBuildClientPackageVersion>5.9.0-1.26311.113</MicrosoftCodeAnalysisBuildClientPackageVersion>
@@ -138,8 +138,8 @@ This file should be imported by eng/Versions.props
138138
<SystemTextJsonPackageVersion>11.0.0-preview.6.26311.113</SystemTextJsonPackageVersion>
139139
<SystemWindowsExtensionsPackageVersion>11.0.0-preview.6.26311.113</SystemWindowsExtensionsPackageVersion>
140140
<!-- microsoft-testfx dependencies -->
141-
<MicrosoftTestingPlatformPackageVersion>2.3.0-preview.26321.1</MicrosoftTestingPlatformPackageVersion>
142-
<MSTestPackageVersion>4.3.0-preview.26321.1</MSTestPackageVersion>
141+
<MicrosoftTestingPlatformPackageVersion>2.3.0-preview.26326.13</MicrosoftTestingPlatformPackageVersion>
142+
<MSTestPackageVersion>4.3.0-preview.26326.13</MSTestPackageVersion>
143143
</PropertyGroup>
144144
<!--Property group for alternate package version names-->
145145
<PropertyGroup>
@@ -174,6 +174,7 @@ This file should be imported by eng/Versions.props
174174
<MicrosoftBuildVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildVersion>
175175
<MicrosoftBuildLocalizationVersion>$(MicrosoftBuildLocalizationPackageVersion)</MicrosoftBuildLocalizationVersion>
176176
<MicrosoftBuildNuGetSdkResolverVersion>$(MicrosoftBuildNuGetSdkResolverPackageVersion)</MicrosoftBuildNuGetSdkResolverVersion>
177+
<MicrosoftBuildTaskAuthoringAnalyzerVersion>$(MicrosoftBuildTaskAuthoringAnalyzerPackageVersion)</MicrosoftBuildTaskAuthoringAnalyzerVersion>
177178
<MicrosoftBuildTasksGitVersion>$(MicrosoftBuildTasksGitPackageVersion)</MicrosoftBuildTasksGitVersion>
178179
<MicrosoftCodeAnalysisVersion>$(MicrosoftCodeAnalysisPackageVersion)</MicrosoftCodeAnalysisVersion>
179180
<MicrosoftCodeAnalysisBuildClientVersion>$(MicrosoftCodeAnalysisBuildClientPackageVersion)</MicrosoftCodeAnalysisBuildClientVersion>

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -545,13 +545,13 @@
545545
<Uri>https://github.com/dotnet/dotnet</Uri>
546546
<Sha>50e862b8da0c82ddbf3952cfe61a8681ab93f5bc</Sha>
547547
</Dependency>
548-
<Dependency Name="Microsoft.Testing.Platform" Version="2.3.0-preview.26321.1">
548+
<Dependency Name="Microsoft.Testing.Platform" Version="2.3.0-preview.26326.13">
549549
<Uri>https://github.com/microsoft/testfx</Uri>
550-
<Sha>17737eaaf5e821667db6e3b850b2f186647cf34b</Sha>
550+
<Sha>f828682ecb633d5991843029ae571903f91b17ab</Sha>
551551
</Dependency>
552-
<Dependency Name="MSTest" Version="4.3.0-preview.26321.1">
552+
<Dependency Name="MSTest" Version="4.3.0-preview.26326.13">
553553
<Uri>https://github.com/microsoft/testfx</Uri>
554-
<Sha>17737eaaf5e821667db6e3b850b2f186647cf34b</Sha>
554+
<Sha>f828682ecb633d5991843029ae571903f91b17ab</Sha>
555555
</Dependency>
556556
<Dependency Name="Microsoft.Extensions.Configuration.Ini" Version="11.0.0-preview.6.26311.113">
557557
<Uri>https://github.com/dotnet/dotnet</Uri>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
"Microsoft.WixToolset.Sdk": "6.0.3-dotnet.4",
2929
"MSTest.Sdk": "4.3.0-preview.26325.12"
3030
}
31-
}
31+
}

test/dotnet.Tests/CommandTests/Test/snapshots/MTPHelpSnapshotTests.VerifyMTPHelpOutput.verified.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ Platform Options:
7676
Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
7777
--timeout A global test execution timeout.
7878
Takes one argument as a time value with an explicit unit suffix. Accepted suffixes are 'ms'/'mil(s)'/'millisecond(s)', 's'/'sec(s)'/'second(s)', 'm'/'min(s)'/'minute(s)', 'h'/'hour(s)', and 'd'/'day(s)', e.g. '500ms', '5400s', '90m', '1.5h', '1d'.
79+
--zero-tests-policy Specifies how a run that executed no tests is treated.
80+
Valid values are 'allow-skipped' (the default) which counts skipped tests as run, so only a run where no test was found at all fails with exit code 8, and 'strict' which treats skipped tests as not run, so a run where every test was skipped (or no test was found) fails with exit code 8.
7981

8082
Extension Options:
8183
--report-trx Enable generating TRX report

0 commit comments

Comments
 (0)