Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable NuGet Audit #6303

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Fix waitfor sandbox

6a2fbd4
Select commit
Loading
Failed to load commit list.
Open

Enable NuGet Audit #6303

Fix waitfor sandbox
6a2fbd4
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Oct 15, 2024 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.aspire / Build / Windows / Run non-helix tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌VSTest(0,0): error : Tests failed: D:\a\_work\1\s\artifacts\TestResults\Release\Aspire.Hosting.Tests_net8.0_x64.html [net8.0|x64]

Test Failures (1 tests failed)

🔹 [All failing tests from dotnet.aspire]

    Aspire.Hosting.Tests.Eventing.DistributedApplicationBuilderEventingTests.EventsCanBePublishedNonBlockingConcurrent [Details] [0.71% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Assert.Equal() Failure: Values differ
    Expected: 2
    Actual:   1
    CallStack
       at Aspire.Hosting.Tests.Eventing.DistributedApplicationBuilderEventingTests.EventsCanBePublishedNonBlockingConcurrent() in /_/tests/Aspire.Hosting.Tests/Eventing/DistributedApplicationBuilderEventingTests.cs:line 106
    --- End of stack trace from previous location ---

Was this helpful? Yes No