[dev-v5] FluentNumber #5911
build-core-lib.yml
on: pull_request
Build and Test Core Lib
3m 38s
Matrix: Analyze
Annotations
2 errors and 2 warnings
|
Microsoft.FluentUI.AspNetCore.Components.Tests.Components.Number.FluentNumberTests ► FluentNumber_Default_Double:
tests/Core/Verify/FluentAssert.cs#L134
Failed test found in:
TestResults/_runnervm35a4x_2026-04-14_14_20_16.trx
Error:
Bunit.HtmlEqualException : HTML comparison failed.
The following errors were found:
1: The value of the attribute html(0) > body(2) > fluent-field(1) > fluent-text-input(3)[value] and actual attribute html(0) > body(1) > fluent-field(0) > fluent-text-input(1)[value] are different.
Actual HTML: <html>
<head></head>
<body>
<fluent-field id="xxx" label-position="above" class="my-3-o" style="width: 100px;">
<label id="xxx" slot="label" for="xxx">double
</label>
<fluent-text-input style="width: 100px;" appearance="outline" autocomplete="off" id="xxx" inputmode="numeric" slot="input" spellcheck="false" value="1234.56" >
<div slot="end">
<div auto-hide="true">
<div button-step="up">
<svg style="width: 20px; fill: var(--colorNeutralForeground1); cursor: pointer;" focusable="false" viewBox="0 0 20 20" aria-hidden="true" >
<path d="M4.15 12.35a.5.5 0 0 1 0-.7L9.6 6.16a.55.55 0 0 1 .78 0l5.46 5.49a.5.5 0 0 1-.7.7L10 7.2l-5.15 5.16a.5.5 0 0 1-.7 0Z"></path>
</svg>
</div>
<div button-step="down">
<svg style="width: 20px; fill: var(--colorNeutralForeground1); cursor: pointer;" focusable="false" viewBox="0 0 20 20" aria-hidden="true" >
<path d="M15.85 7.65c.2.2.2.5 0 .7l-5.46 5.49a.55.55 0 0 1-.78 0L4.15 8.35a.5.5 0 1 1 .7-.7L10 12.8l5.15-5.16c.2-.2.5-.2.7 0Z"></path>
</svg>
</div>
</div>
</div>
</fluent-text-input>
</fluent-field>
</body>
</html>
Expected HTML: <html>
<head></head>
<body>
<fluent-field id="xxx" label-position="above" class="my-3-o" style="width: 100px;">
<label id="xxx" slot="label" for="xxx">double
</label>
<fluent-text-input style="width: 100px;" appearance="outline" autocomplete="off" id="xxx" inputmode="numeric" slot="input" spellcheck="false" value="1234,56" >
<div slot="end">
<div auto-hide="true">
<div button-step="up">
<svg style="width: 20px; fill: var(--colorNeutralForeground1); cursor: pointer;" focusable="false" viewBox="0 0 20 20" aria-hidden="true" >
<path d="M4.15 12.35a.5.5 0 0 1 0-.7L9.6 6.16a.55.55 0 0 1 .78 0l5.46 5.49a.5.5 0 0 1-.7.7L10 7.2l-5.15 5.16a.5.5 0 0 1-.7 0Z"></path>
</svg>
</div>
<div button-step="down">
<svg style="width: 20px; fill: var(--colorNeutralForeground1); cursor: pointer;" focusable="false" viewBox="0 0 20 20" aria-hidden="true" >
<path d="M15.85 7.65c.2.2.2.5 0 .7l-5.46 5.49a.55.55 0 0 1-.78 0L4.15 8.35a.5.5 0 1 1 .7-.7L10 12.8l5.15-5.16c.2-.2.5-.2.7 0Z"></path>
</svg>
</div>
</div>
</div>
</fluent-text-input>
</fluent-field>
</body>
</html>
|
|
Build and Test Core Lib
Process completed with exit code 1.
|
|
Build and Test Core Lib
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, dorny/test-reporter@v1, marocchino/sticky-pull-request-comment@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Test Core Lib
The 'dotnet-quality' input can be used only with .NET SDK version in A.B, A.B.x, A, A.x and A.B.Cxx formats where the major tag is higher than 5. You specified: 9.0.305. 'dotnet-quality' input is ignored.
|