Skip to content

Merge pull request #248 from bdach/invalid-ruleset-updates #794

Merge pull request #248 from bdach/invalid-ruleset-updates

Merge pull request #248 from bdach/invalid-ruleset-updates #794

Triggered via push October 28, 2024 09:35
Status Success
Total duration 3m 18s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Unit testing: osu.Server.Spectator.Tests/Multiplayer/UserStateManagementTests.cs#L286
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
Unit testing: osu.Server.Spectator.Tests/Multiplayer/UserStateManagementTests.cs#L287
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
Unit testing: osu.Server.Spectator.Tests/Multiplayer/MultiplayerMatchStartCountdownTest.cs#L312
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)