Skip to content

refactor: centralize condition checking for searcher and skipper #183

refactor: centralize condition checking for searcher and skipper

refactor: centralize condition checking for searcher and skipper #183

Triggered via push July 3, 2026 10:25
Status Success
Total duration 1m 2s
Artifacts

ci.yml

on: push
build-and-test
59s
build-and-test
format-check
0s
format-check
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-and-test: Sockseek.Core/Extractors/Spotify.cs#L351
Dereference of a possibly null reference.
build-and-test: Sockseek.Core/Extractors/Spotify.cs#L237
Nullability of reference types in type of parameter 'state' of 'Task Spotify.OnErrorReceived(object sender, string error, string state)' doesn't match the target delegate 'Func<object, string, string?, Task>' (possibly because of nullability attributes).
build-and-test: Sockseek.Core/Extractors/Spotify.cs#L199
Non-nullable field '_server' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test: Sockseek.Core/Extractors/YouTube.cs#L399
Dereference of a possibly null reference.
build-and-test: Sockseek.Core/Extractors/YouTube.cs#L377
Nullable value type may be null.
build-and-test: Sockseek.Core/Extractors/YouTube.cs#L341
Nullable value type may be null.
build-and-test: Sockseek.Core/Extractors/YouTube.cs#L292
Dereference of a possibly null reference.
build-and-test: Sockseek.Core/Extractors/YouTube.cs#L283
Nullable value type may be null.
build-and-test: Sockseek.Core/Extractors/YouTube.cs#L279
Dereference of a possibly null reference.
build-and-test: Sockseek.Core/Extractors/YouTube.cs#L115
Dereference of a possibly null reference.