Skip to content

Commit ee432c9

Browse files
authored
[release/10.0.2xx] Update dependencies from microsoft/testfx (#51567)
2 parents 265a139 + 4f0a377 commit ee432c9

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

eng/Version.Details.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ This file should be imported by eng/Versions.props
142142
<!-- dotnet/core-setup dependencies -->
143143
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
144144
<!-- microsoft/testfx dependencies -->
145-
<MicrosoftTestingPlatformPackageVersion>2.1.0-preview.25553.3</MicrosoftTestingPlatformPackageVersion>
146-
<MSTestPackageVersion>4.1.0-preview.25553.3</MSTestPackageVersion>
145+
<MicrosoftTestingPlatformPackageVersion>2.1.0-preview.25561.13</MicrosoftTestingPlatformPackageVersion>
146+
<MSTestPackageVersion>4.1.0-preview.25561.13</MSTestPackageVersion>
147147
</PropertyGroup>
148148
<!--Property group for alternate package version names-->
149149
<PropertyGroup>

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -557,13 +557,13 @@
557557
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet</Uri>
558558
<Sha>89c8f6a112d37d2ea8b77821e56d170a1bccdc5a</Sha>
559559
</Dependency>
560-
<Dependency Name="Microsoft.Testing.Platform" Version="2.1.0-preview.25553.3">
560+
<Dependency Name="Microsoft.Testing.Platform" Version="2.1.0-preview.25561.13">
561561
<Uri>https://github.com/microsoft/testfx</Uri>
562-
<Sha>b2b75ecb52bcff592001df6d08f5fffccd945fdd</Sha>
562+
<Sha>c60f4f766766774d2b45ff4f62abe3d9b269ebee</Sha>
563563
</Dependency>
564-
<Dependency Name="MSTest" Version="4.1.0-preview.25553.3">
564+
<Dependency Name="MSTest" Version="4.1.0-preview.25561.13">
565565
<Uri>https://github.com/microsoft/testfx</Uri>
566-
<Sha>b2b75ecb52bcff592001df6d08f5fffccd945fdd</Sha>
566+
<Sha>c60f4f766766774d2b45ff4f62abe3d9b269ebee</Sha>
567567
</Dependency>
568568
<Dependency Name="Microsoft.Extensions.Configuration.Ini" Version="10.0.0-rc.2.25502.107">
569569
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet</Uri>

test/TestAssets/TestProjects/ClassLibraryWithIsTestProjectAndOtherTestProjects/OtherTestProject/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ public async Task ExecuteRequestAsync(ExecuteRequestContext context)
8484
{
8585
Uid = "Test5",
8686
DisplayName = "Test5",
87+
#pragma warning disable CS0618 // Type or member is obsolete
8788
Properties = new PropertyBag(new CancelledTestNodeStateProperty(new Exception("this is a cancelled exception"), "not OK")),
89+
#pragma warning restore CS0618 // Type or member is obsolete
8890
}));
8991

9092
await context.MessageBus.PublishAsync(this, new FileArtifact(new FileInfo("file.txt"), "file", "file description"));

test/TestAssets/TestProjects/HybridTestRunnerTestProjects/OtherTestProject/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ public async Task ExecuteRequestAsync(ExecuteRequestContext context)
8484
{
8585
Uid = "Test5",
8686
DisplayName = "Test5",
87+
#pragma warning disable CS0618 // Type or member is obsolete
8788
Properties = new PropertyBag(new CancelledTestNodeStateProperty(new Exception("this is a cancelled exception"), "not OK")),
89+
#pragma warning restore CS0618 // Type or member is obsolete
8890
}));
8991

9092
await context.MessageBus.PublishAsync(this, new FileArtifact(new FileInfo("file.txt"), "file", "file description"));

test/TestAssets/TestProjects/TestProjectSolutionWithTestsAndArtifacts/TestProject/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ public async Task ExecuteRequestAsync(ExecuteRequestContext context)
8181
{
8282
Uid = "Test5",
8383
DisplayName = "Test5",
84+
#pragma warning disable CS0618 // Type or member is obsolete
8485
Properties = new PropertyBag(new CancelledTestNodeStateProperty(new Exception("this is a cancelled exception"), "not OK")),
86+
#pragma warning restore CS0618 // Type or member is obsolete
8587
}));
8688

8789
await context.MessageBus.PublishAsync(this, new FileArtifact(new FileInfo("file.txt"), "file", "file description"));

test/TestAssets/TestProjects/TestProjectWithMultipleTFMsSolution/TestProject/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ public async Task ExecuteRequestAsync(ExecuteRequestContext context)
8181
{
8282
Uid = "Test5",
8383
DisplayName = "Test5",
84+
#pragma warning disable CS0618 // Type or member is obsolete
8485
Properties = new PropertyBag(new CancelledTestNodeStateProperty(new Exception("this is a cancelled exception"), "")),
86+
#pragma warning restore CS0618 // Type or member is obsolete
8587
}));
8688

8789
context.Complete();

0 commit comments

Comments
 (0)