Skip to content

fixed dummy download service #48

fixed dummy download service

fixed dummy download service #48

Triggered via push February 16, 2025 10:19
Status Success
Total duration 1m 28s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/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/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/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/Arr/Queue/QueueRecord.cs#L26
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#L27
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#L28
Non-nullable property 'TrackedDownloadState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.