fix: randomize soulseek starting token #180
ci.yml
on: push
build-and-test
1m 0s
format-check
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/MusicBrainz.cs#L147
Possible null reference argument for parameter 'mbid' in 'Task<JobList> MusicBrainzClient.GetReleaseAsAlbum(string mbid, int max, int offset, ExtractionSettings extraction, bool fromReleaseGroup = false)'.
|
|
build-and-test:
Sockseek.Core/Extractors/MusicBrainz.cs#L111
Possible null reference assignment.
|
|
build-and-test:
Sockseek.Core/Extractors/MusicBrainz.cs#L110
Possible null reference assignment.
|
|
build-and-test:
Sockseek.Core/Extractors/Bandcamp.cs#L118
Possible null reference assignment.
|
|
build-and-test:
Sockseek.Core/Extractors/Bandcamp.cs#L118
Possible null reference assignment.
|
|
build-and-test:
Sockseek.Core/Extractors/Bandcamp.cs#L115
Converting null literal or possible null value to non-nullable type.
|
|
build-and-test:
Sockseek.Core/Extractors/Bandcamp.cs#L114
Converting null literal or possible null value to non-nullable type.
|
|
build-and-test:
Sockseek.Core/Extractors/Bandcamp.cs#L108
Converting null literal or possible null value to non-nullable type.
|
|
build-and-test:
Sockseek.Core/Extractors/YouTube.cs#L115
Dereference of a possibly null reference.
|
|
build-and-test:
Sockseek.Core/Services/TrackSkipper.cs#L213
Nullability of type of parameter 'song' doesn't match overridden member (possibly because of nullability attributes).
|