Skip to content

Commit

Permalink
Merge branch 'rel/17.10' of https://github.com/microsoft/vstest into …
Browse files Browse the repository at this point in the history
…rel/17.10
  • Loading branch information
nohwnd committed May 22, 2024
2 parents 3d869ea + 4990482 commit 25f10aa
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/vstest.console/TestPlatformHelpers/TestRequestManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1567,6 +1567,36 @@ internal static class KnownPlatformSourceFilter
"Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll",
"Microsoft.VisualStudio.TestPlatform.TestFramework.dll",
"Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll",

// Testing platform
"Microsoft.Testing.Extensions.CodeCoverage.dll",
"Microsoft.Testing.Extensions.CodeCoverage.resources.dll",
"Microsoft.Testing.Extensions.CrashDump.dll",
"Microsoft.Testing.Extensions.CrashDump.resources.dll",
"Microsoft.Testing.Extensions.Experimental.dll",
"Microsoft.Testing.Extensions.HangDump.dll",
"Microsoft.Testing.Extensions.HangDump.resources.dll",
"Microsoft.Testing.Extensions.HotReload.dll",
"Microsoft.Testing.Extensions.HotReload.resources.dll",
"Microsoft.Testing.Extensions.Retry.dll",
"Microsoft.Testing.Extensions.Retry.resources.dll",
"Microsoft.Testing.Extensions.Telemetry.dll",
"Microsoft.Testing.Extensions.Telemetry.resources.dll",
"Microsoft.Testing.Extensions.TrxReport.Abstractions.dll",
"Microsoft.Testing.Extensions.TrxReport.dll",
"Microsoft.Testing.Extensions.TrxReport.resources.dll",
"Microsoft.Testing.Extensions.VSTestBridge.dll",
"Microsoft.Testing.Extensions.VSTestBridge.resources.dll",
"Microsoft.Testing.Internal.Framework.dll",
"Microsoft.Testing.Internal.Framework.SourceGeneration.dll",
"Microsoft.Testing.Internal.VersionSourceGeneration.dll",
"Microsoft.Testing.Platform.dll",
"Microsoft.Testing.Platform.Extensions.dll",
"Microsoft.Testing.Platform.Extensions.VSTestBridge.dll",
"Microsoft.Testing.Platform.MSBuild.dll",
"Microsoft.Testing.Platform.MSBuild.resources.dll",
"Microsoft.Testing.Platform.resources.dll",

// For MSTest up to v3
"Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll",
"Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll",
Expand Down

0 comments on commit 25f10aa

Please sign in to comment.