Skip to content

[automated] Merge branch 'release/10.0.1xx' => 'release/10.0.2xx'#51262

Merged
SimonZhao888 merged 7 commits into
release/10.0.2xxfrom
merge/release/10.0.1xx-to-release/10.0.2xx
Oct 16, 2025
Merged

[automated] Merge branch 'release/10.0.1xx' => 'release/10.0.2xx'#51262
SimonZhao888 merged 7 commits into
release/10.0.2xxfrom
merge/release/10.0.1xx-to-release/10.0.2xx

Merge branch 'release/10.0.2xx' into merge/release/10.0.1xx-to-releas…

100cca7
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Oct 15, 2025 in 0s

.NET Result Analysis

Details

All checks completed

[dotnet-sdk-public-ci]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

dotnet-sdk-public-ci / Build / TemplateEngine: windows (x64) / 🟣 Run TemplateEngine Tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌XUnit(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed: D:\a\_work\1\s\artifacts\TestResults\Release\dotnet-new.IntegrationTests_net10.0_x64.html [net10.0|x64]

dotnet-sdk-public-ci / Build / TemplateEngine: macOS (x64) / 🟣 Run TemplateEngine Tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌XUnit(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed: /Users/runner/work/1/s/artifacts/TestResults/Release/Microsoft.TemplateEngine.Cli.UnitTests_net10.0_x64.html [net10.0|x64]

Non-Deterministic Test Failures Detected

Microsoft.DotNet.Cli.New.IntegrationTests.DotnetNewTestTemplatesTests.MSTestAndPlaywrightProjectTemplate_WithCoverageToolAndTestRunner_CanBeInstalledAndTestsArePassing [Details] [9.60% 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: \"c#\", coverageTool: \"coverlet\", testRunner: \"Microsoft.Testing.Platform\", runDotnetTest: True)
    Exception Message
    System.UnauthorizedAccessException : Access to the path 'Test_6277646f0eb444a584d29c9842d098e7.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)
Microsoft.TemplateEngine.Cli.UnitTests.ParserTests.TabCompletionTests.IncludesTemplatesInGroupWithLongEvaluatedConstraints [Details] [0.28% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
Assert.Contains() Failure: Item not found in collection\nCollection: [\"--a\", \"--dry-run\", \"--force\", \"--help\", \"--name\", ···]\nNot found:  \"--b\"
CallStack
   at Microsoft.TemplateEngine.Cli.UnitTests.ParserTests.TabCompletionTests.IncludesTemplatesInGroupWithLongEvaluatedConstraints() in /Users/runner/work/1/s/test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/TabCompletionTests.cs:line 570
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Was this helpful? Yes No