Skip to content

ci: point Dependabot version updates at dev #362

ci: point Dependabot version updates at dev

ci: point Dependabot version updates at dev #362

Triggered via pull request August 27, 2026 13:25
Status Success
Total duration 59s
Artifacts

lint.yml

on: pull_request
build-and-lint
54s
build-and-lint
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build-and-lint: tests/MultiRoomAudio.Tests/Services/SinkResetTests.cs#L258
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)
build-and-lint: tests/MultiRoomAudio.Tests/FakeTimedAudioBuffer.cs#L42
Nullability of reference types in type of parameter 'value' of 'void FakeTimedAudioBuffer.TimingSourceName.set' doesn't match implicitly implemented member 'void ITimedAudioBuffer.TimingSourceName.set' (possibly because of nullability attributes).
build-and-lint: src/MultiRoomAudio/Services/HidInputDeviceDetector.cs#L425
Possible null reference argument for parameter 'input' in 'Match Regex.Match(string input)'.
build-and-lint: src/MultiRoomAudio/Services/HidInputDeviceDetector.cs#L425
Possible null reference argument for parameter 'input' in 'Match Regex.Match(string input)'.