Apply BitChart improvements (#13154) - #13158
Merged
msynk merged 10 commits intoSep 14, 2026
Merged
Annotations
1 error and 10 warnings
|
InstallNodejsDependencies
Process completed with exit code 1.
|
|
dotnet build:
src/BlazorUI/Tests/Performance/Bit.BlazorUI.Tests.Performance/BitModalBrowserTests.cs#L16
The inherited member 'PlaywrightTest.PlaywrightSetup' is annotated with a '[TestInitialize]' attribute that resolves to a canonical MSTest attribute in 'Microsoft.VisualStudio.TestPlatform.TestFramework', a different MSTest framework assembly than this test project uses; MSTest matches these attributes by exact type identity, so the inherited '[TestInitialize]' is silently ignored at run time. Recompile the assembly that declares 'PlaywrightTest' and, for custom attributes, the assembly that defines '[TestInitialize]', against the same MSTest version as the test project. (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0082)
|
|
dotnet build:
src/BlazorUI/Tests/Performance/Bit.BlazorUI.Tests.Performance/BitModalBrowserTests.cs#L16
The inherited member 'BrowserTest.BrowserTearDown' is annotated with a '[TestCleanup]' attribute that resolves to a canonical MSTest attribute in 'Microsoft.VisualStudio.TestPlatform.TestFramework', a different MSTest framework assembly than this test project uses; MSTest matches these attributes by exact type identity, so the inherited '[TestCleanup]' is silently ignored at run time. Recompile the assembly that declares 'BrowserTest' and, for custom attributes, the assembly that defines '[TestCleanup]', against the same MSTest version as the test project. (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0082)
|
|
dotnet build:
src/BlazorUI/Tests/Performance/Bit.BlazorUI.Tests.Performance/BitModalBrowserTests.cs#L16
The inherited member 'BrowserTest.BrowserSetup' is annotated with a '[TestInitialize]' attribute that resolves to a canonical MSTest attribute in 'Microsoft.VisualStudio.TestPlatform.TestFramework', a different MSTest framework assembly than this test project uses; MSTest matches these attributes by exact type identity, so the inherited '[TestInitialize]' is silently ignored at run time. Recompile the assembly that declares 'BrowserTest' and, for custom attributes, the assembly that defines '[TestInitialize]', against the same MSTest version as the test project. (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0082)
|
|
dotnet build:
src/BlazorUI/Tests/Performance/Bit.BlazorUI.Tests.Performance/BitModalBrowserTests.cs#L16
The inherited member 'ContextTest.ContextSetup' is annotated with a '[TestInitialize]' attribute that resolves to a canonical MSTest attribute in 'Microsoft.VisualStudio.TestPlatform.TestFramework', a different MSTest framework assembly than this test project uses; MSTest matches these attributes by exact type identity, so the inherited '[TestInitialize]' is silently ignored at run time. Recompile the assembly that declares 'ContextTest' and, for custom attributes, the assembly that defines '[TestInitialize]', against the same MSTest version as the test project. (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0082)
|
|
dotnet build:
src/BlazorUI/Tests/Performance/Bit.BlazorUI.Tests.Performance/BitModalBrowserTests.cs#L16
The inherited member 'PageTest.PageSetup' is annotated with a '[TestInitialize]' attribute that resolves to a canonical MSTest attribute in 'Microsoft.VisualStudio.TestPlatform.TestFramework', a different MSTest framework assembly than this test project uses; MSTest matches these attributes by exact type identity, so the inherited '[TestInitialize]' is silently ignored at run time. Recompile the assembly that declares 'PageTest' and, for custom attributes, the assembly that defines '[TestInitialize]', against the same MSTest version as the test project. (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0082)
|
|
dotnet build:
src/BlazorUI/Tests/Bit.BlazorUI.Tests.Mcp/PromptAndResourceTests.cs#L115
'DataTestMethod' is obsolete. Use 'TestMethod' instead. (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0044)
|
|
dotnet build:
src/BlazorUI/Tests/Bit.BlazorUI.Tests.Mcp/ReferenceToolTests.cs#L130
'DataTestMethod' is obsolete. Use 'TestMethod' instead. (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0044)
|
|
dotnet build:
src/BlazorUI/Tests/Bit.BlazorUI.Tests.Mcp/ResilienceTests.cs#L49
'DataTestMethod' is obsolete. Use 'TestMethod' instead. (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0044)
|
|
dotnet build:
src/BlazorUI/Tests/Bit.BlazorUI.Tests.Mcp/ResilienceTests.cs#L32
'DataTestMethod' is obsolete. Use 'TestMethod' instead. (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0044)
|
|
dotnet build:
src/BlazorUI/Tests/Bit.BlazorUI.Tests.Mcp/SearchTests.cs#L18
'DataTestMethod' is obsolete. Use 'TestMethod' instead. (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0044)
|
background
wait
wait-all
cancel
parallel
Loading