Skip to content

Add Lidarr support (#30) #36

Add Lidarr support (#30)

Add Lidarr support (#30) #36

Triggered via push January 15, 2025 21:56
Status Success
Total duration 1m 15s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
release / build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
release / build: code/Domain/Models/Sonarr/SonarrCommand.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release / build: code/Domain/Models/Lidarr/LidarrCommand.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release / build: code/Domain/Models/Lidarr/LidarrCommand.cs#L7
Non-nullable property 'AlbumIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release / build: code/Domain/Models/Lidarr/Artist.cs#L7
Non-nullable property 'ArtistName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release / build: code/Domain/Models/Arr/Queue/TrackedDownloadStatusMessage.cs#L5
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release / build: code/Domain/Models/Arr/Queue/QueueRecord.cs#L20
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release / build: code/Domain/Models/Arr/Queue/QueueRecord.cs#L21
Non-nullable property 'TrackedDownloadStatus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release / build: code/Domain/Models/Arr/Queue/QueueRecord.cs#L22
Non-nullable property 'TrackedDownloadState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release / build: code/Domain/Models/Deluge/Response/DelugeTorrentExtended.cs#L20
Non-nullable property 'TrackerStatus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release / build: code/Domain/Models/Deluge/Response/DelugeTorrentExtended.cs#L49
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.