Skip to content

Update dependencies from build 305024

013f20f
Select commit
Loading
Failed to load commit list.
Open

[release/10.0.1xx] Source code updates from dotnet/dotnet #53320

Update dependencies from build 305024
013f20f
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Mar 7, 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 (2 tests failed)

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

    dotnet-watch.Tests.dll.7.WorkItemExecution [Console] [Details] [Artifacts] [5.71% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
    This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]

    Failing Configuration

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

    Failing Configuration

    Data Driven SubResults
      Microsoft.DotNet.Cli.New.IntegrationTests.DotnetNewTestTemplatesTests.ItemTemplate_CanBeInstalledAndTestArePassing(targetFramework: \"net10.0\", projectTemplate: \"mstest\", itemTemplate: \"mstest-class\", language: \"c#\")
      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.ItemTemplate_CanBeInstalledAndTestArePassing(String targetFramework, String projectTemplate, String itemTemplate, String language) in D:\a\_work\1\s\test\dotnet-new.IntegrationTests\DotnetNewTestTemplatesTests.cs:line 130
         at InvokeStub_DotnetNewTestTemplatesTests.ItemTemplate_CanBeInstalledAndTestArePassing(Object, Span`1)
         at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Was this helpful? Yes No