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

sln-add: Support for slnx #44570

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

Nit

f7a4fb7
Select commit
Loading
Failed to load commit list.
Open

sln-add: Support for slnx #44570

Nit
f7a4fb7
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Nov 28, 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.

Test Failures (1 tests failed)

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

    Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.GivenWorkloadUpdateAcrossFeatureBandsItUpdatesPacks [Console] [Details] [Artifacts] [1.66% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.GivenWorkloadUpdateAcrossFeatureBandsItUpdatesPacks(userLocal: False)
      Exception Message
      Expected boolean to be true because Pack install record should still be present for old feature band, but found False.
      Stack Trace
         at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
         at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
         at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
         at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
         at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
         at FluentAssertions.Execution.AssertionScope.FailWith(String message, Object[] args)
         at FluentAssertions.Primitives.BooleanAssertions`1.BeTrue(String because, Object[] becauseArgs)
         at Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.GivenWorkloadUpdateAcrossFeatureBandsItUpdatesPacks(Boolean userLocal) in /_/test/dotnet-workload-update.Tests/GivenDotnetWorkloadUpdate.cs:line 257
         at InvokeStub_GivenDotnetWorkloadUpdate.GivenWorkloadUpdateAcrossFeatureBandsItUpdatesPacks(Object, Span`1)
         at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Was this helpful? Yes No