Skip to content

Add option to explicitly disable the download client (#93) #59

Add option to explicitly disable the download client (#93)

Add option to explicitly disable the download client (#93) #59

Triggered via push March 19, 2025 14:03
Status Success
Total duration 1m 22s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
release / build: code/Domain/Models/Deluge/Response/DelugeTorrentExtended.cs#L62
Non-nullable property 'State' 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.
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/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/Lidarr/Album.cs#L11
Non-nullable property 'Artist' 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/Album.cs#L7
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/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/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/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/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.