Skip to content

[release/11.0.1xx-preview7] Expose --no-banner in MTP dotnet test help - #55454

Merged
Evangelink merged 1 commit into
release/11.0.1xx-preview7from
backport/pr-55412-to-release/11.0.1xx-preview7
Jul 27, 2026
Merged

[release/11.0.1xx-preview7] Expose --no-banner in MTP dotnet test help#55454
Evangelink merged 1 commit into
release/11.0.1xx-preview7from
backport/pr-55412-to-release/11.0.1xx-preview7

Expose --no-banner in dotnet test help

521e0b3
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Jul 24, 2026 in 0s

.NET Result Analysis

Details

‼️ Build Analysis Check Result has been manually overridden

  • The build analysis check result has been updated by the user for the following reason: flakiness on test

    ```
    Microsoft.NET.Sdk.StaticWebAssets.Tests.StaticWebAssetEndpointsIntegrationTest
    .Build_DefaultDocumentAndSpaFallback_CreatesAdditionalEndpoints
    Expected collection {empty} to have an item matching (e.Route == "index.html").
    ```

  • The check result has changed from Failure to Success

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]

    Build_DefaultDocumentAndSpaFallback_CreatesAdditionalEndpoints [Console] [Details] [Artifacts] [0.08% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    Test method Microsoft.NET.Sdk.StaticWebAssets.Tests.StaticWebAssetEndpointsIntegrationTest.Build_DefaultDocumentAndSpaFallback_CreatesAdditionalEndpoints threw exception:
    FluentAssertions.Execution.AssertionFailedException: Expected collection {empty} to have an item matching (e.Route == "index.html").
    CallStack
    at FluentAssertions.Execution.FallbackTestFramework.Throw(String message)
       at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
       at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason)
       at FluentAssertions.Collections.GenericCollectionAssertions`3.Contain(Expression`1 predicate, String because, Object[] becauseArgs)
       at Microsoft.NET.Sdk.StaticWebAssets.Tests.StaticWebAssetEndpointsIntegrationTest.Build_DefaultDocumentAndSpaFallback_CreatesAdditionalEndpoints() in /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/StaticWebAssetEndpointsIntegrationTest.cs:line 549
       at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Was this helpful? Yes No