Skip to content

improved error message outputs

a3805c0
Select commit
Loading
Failed to load commit list.
Draft

dotnetup walkthrough - ux & graphical improvements #53464

improved error message outputs
a3805c0
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Mar 17, 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.

Known Repository Errors

Build Failures

dotnet-dnup-public-ci / 🏰 dotnetup tests / 🪟 dotnetup tests: windows (windows.amd64.vs2022.pre.open) / 🔍 Test Windows

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌PowerShell exited with code '1'.

dotnet-dnup-public-ci / 🏰 dotnetup tests / 🐧 dotnetup tests: linux (ubuntu.2204.amd64.open) / 🔎 Test (Unix)

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌Bash exited with code '1'.

dotnet-dnup-public-ci / 🏰 dotnetup tests / 🍎 dotnetup tests: macOS (osx.15.amd64.open) / 🔎 Test (Unix)

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌Bash exited with code '1'.

1 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [dotnet-sdk-public-ci] [dotnet-dnup-public-ci]

Test Failures (20 tests failed)

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

    ⚠️ 3 failing tests not displayed for this pipeline due to space limitations

    Microsoft.DotNet.Tools.Dotnetup.Tests.DotnetBotBannerTests.Panel_AllBorderLinesAligned [Details] [100.00% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configurations (4)

    Exception Message
    Expected leftBorders {╭, │, ╰} to contain \u001b because each line should start with a left border character.
    CallStack
       at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message)
       at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
       at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason)
       at FluentAssertions.Collections.GenericCollectionAssertions`3.Contain(T expected, String because, Object[] becauseArgs)
       at Microsoft.DotNet.Tools.Dotnetup.Tests.DotnetBotBannerTests.Panel_AllBorderLinesAligned() in /mnt/vss/_work/1/s/test/dotnetup.Tests/DotnetBotBannerTests.cs:line 79
       at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
       at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
       at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

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

Was this helpful? Yes No