Skip to content

[workload] dotnet workload --info shows WorkloadDependencies.json#52329

Closed
jonathanpeppers wants to merge 4 commits into
release/10.0.3xxfrom
dev/pepper/workload-info
Closed

[workload] dotnet workload --info shows WorkloadDependencies.json#52329
jonathanpeppers wants to merge 4 commits into
release/10.0.3xxfrom
dev/pepper/workload-info

Merge branch 'release/10.0.3xx' into dev/pepper/workload-info

1bea0af
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jan 21, 2026 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Test Failures (1 tests failed)

🔹 [All failing tests from dotnet-sdk-public-ci]

    Microsoft.DotNet.Cli.New.IntegrationTests.DotnetNewTestTemplatesTests.MSTestAndPlaywrightProjectTemplate_WithCoverageToolAndTestRunner_CanBeInstalledAndTestsArePassing [Details] [5.33% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      Microsoft.DotNet.Cli.New.IntegrationTests.DotnetNewTestTemplatesTests.MSTestAndPlaywrightProjectTemplate_WithCoverageToolAndTestRunner_CanBeInstalledAndTestsArePassing(projectTemplate: \"mstest\", targetFramework: \"net10.0\", language: \"vb\", coverageTool: \"Microsoft.CodeCoverage\", testRunner: \"VSTest\", runDotnetTest: True)
      Exception Message
      System.UnauthorizedAccessException : Access to the path 'testhost.exe' is denied.
      Stack Trace
         at System.IO.FileSystem.RemoveDirectoryRecursive(String fullPath, WIN32_FIND_DATA& findData, Boolean topLevel)
         at System.IO.Directory.Delete(String path, Boolean recursive)
         at Microsoft.DotNet.Cli.New.IntegrationTests.DotnetNewTestTemplatesTests.MSTestAndPlaywrightProjectTemplate_WithCoverageToolAndTestRunner_CanBeInstalledAndTestsArePassing(String projectTemplate, String targetFramework, String language, String coverageTool, String testRunner, Boolean runDotnetTest) in D:\a\_work\1\s\test\dotnet-new.IntegrationTests\DotnetNewTestTemplatesTests.cs:line 221
         at InvokeStub_DotnetNewTestTemplatesTests.MSTestAndPlaywrightProjectTemplate_WithCoverageToolAndTestRunner_CanBeInstalledAndTestsArePassing(Object, Span`1)
         at System.Reflection.MethodBaseInvoker.InvokeWithManyArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Was this helpful? Yes No