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

Use WebAssemblyHotReloadCapabilities project property #45055

Open
wants to merge 1 commit into
base: release/9.0.2xx
Choose a base branch
from

Use WebAssemblyHotReloadCapabilities project property

4d05d83
Select commit
Loading
Failed to load commit list.
Open

Use WebAssemblyHotReloadCapabilities project property #45055

Use WebAssemblyHotReloadCapabilities project property
4d05d83
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Nov 23, 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.NET.Build.Tests.GivenThatWeWantToControlGeneratedAssemblyInfo.CheckTargetFrameworkDisplayName [Console] [Details] [Artifacts] [1.36% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      Microsoft.NET.Build.Tests.GivenThatWeWantToControlGeneratedAssemblyInfo.CheckTargetFrameworkDisplayName(targetFrameworkVersion: \"netstandard2.1\", expectedFrameworkDisplayName: \".NET Standard 2.1\")
      Exception Message
      Expected string to be equivalent to ".NET Standard 2.1" with a length of 17, but "�[1F
      .NET Standard 2.1" has a length of 23, differs near "�[1" (index 0).
      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.Primitives.StringEqualityValidator.ValidateAgainstLengthDifferences()
         at FluentAssertions.Primitives.StringValidator.Validate()
         at FluentAssertions.Primitives.StringAssertions`1.BeEquivalentTo(String expected, String because, Object[] becauseArgs)
         at Microsoft.NET.Build.Tests.GivenThatWeWantToControlGeneratedAssemblyInfo.CheckTargetFrameworkDisplayName(String targetFrameworkVersion, String expectedFrameworkDisplayName) in /_/test/Microsoft.NET.Build.Tests/GivenThatWeWantToControlGeneratedAssemblyInfo.cs:line 862
         at InvokeStub_GivenThatWeWantToControlGeneratedAssemblyInfo.CheckTargetFrameworkDisplayName(Object, Span`1)
         at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Was this helpful? Yes No