Skip to content

Suppress advertising manifest messages unless verbosity is diagnostic#55276

Draft
marcpopMSFT with Copilot wants to merge 6 commits into
mainfrom
copilot/grab-real-commits-for-main
Draft

Suppress advertising manifest messages unless verbosity is diagnostic#55276
marcpopMSFT with Copilot wants to merge 6 commits into
mainfrom
copilot/grab-real-commits-for-main

Fix build error: use TestAssetsManager instead of _testAssetsManager …

838f419
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jul 15, 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.

Build Failures

dotnet-sdk-public-ci / Build / Monitor Helix Jobs / Monitor Helix Jobs

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌Failed work item information:
    ❌One or more non-monitor pipeline jobs failed.

dotnet-sdk-public-ci / Build / TestBuild: windows (x64) / 🟣 Run NativeAOT CLI Tests

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌PowerShell exited with code '1'.

dotnet-sdk-public-ci / Build / TestBuild: linux (x64) / 🟣 Run NativeAOT CLI Tests

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌Bash exited with code '8'.

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

Test Failures (2 tests failed)

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

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

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

    Failing Configurations (2)

    Exception Message
    Test method Microsoft.DotNet.PackageInstall.Tests.NuGetPackageInstallerTests.GivenANonSignedSdkItShouldPrintMessageOnce threw exception:
    FluentAssertions.Execution.AssertionFailedException: Expected collection to contain a single item because Skipping NuGet package signature verification., but the collection is empty.
    CallStack
    at FluentAssertions.Execution.FallbackTestFramework.Throw(String message)
       at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
       at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage)
       at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason)
       at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason)
       at FluentAssertions.Execution.AssertionChain.FailWith(String message)
       at FluentAssertions.Collections.GenericCollectionAssertions`3.ContainSingle(String because, Object[] becauseArgs)
       at Microsoft.DotNet.PackageInstall.Tests.NuGetPackageInstallerTests.GivenANonSignedSdkItShouldPrintMessageOnce() in /_/test/Microsoft.DotNet.PackageInstall.Tests/NuGetPackageInstallerTests.cs:line 282
       at Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.ExecuteInternalAsync(Object[] arguments, CancellationTokenSource timeoutTokenSource) in /_/src/Adapter/MSTestAdapter.PlatformServices/Execution/TestMethodInfo.Execution.cs:line 150

Was this helpful? Yes No