Skip to content

chore: Bump the testing group with 2 updates #454

chore: Bump the testing group with 2 updates

chore: Bump the testing group with 2 updates #454

Triggered via pull request May 25, 2026 00:47
Status Success
Total duration 1m 37s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-test: tests/MADE.Foundation.Tests/Tests/PlatformApiHelperTests.cs#L163
Member 'UnsupportedMethod' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
build-test: tests/MADE.Foundation.Tests/Tests/PlatformApiHelperTests.cs#L158
Member 'SupportedMethod' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
build-test: tests/MADE.Threading.Tests/Tests/AdaptiveSemaphoreTests.cs#L167
'CancellationTokenSource.Cancel()' synchronously blocks. Await 'CancellationTokenSource.CancelAsync()' instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1849)
build-test: tests/MADE.Threading.Tests/Tests/AdaptiveSemaphoreTests.cs#L167
'CancellationTokenSource.Cancel()' synchronously blocks. Await 'CancellationTokenSource.CancelAsync()' instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1849)
build-test: src/MADE.Data.Converters/Extensions/StringExtensions.cs#L125
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build-test: src/MADE.Data.Converters/Extensions/StringExtensions.cs#L125
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)