added check for existent release #48
Annotations
11 warnings
|
|
|
code/backend/Cleanuparr.Domain/Entities/Deluge/Response/DelugeTorrentExtended.cs#L97
Non-nullable property 'DownloadLocation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
code/backend/Cleanuparr.Domain/Entities/Deluge/Response/DelugeTorrentExtended.cs#L94
Non-nullable property 'TrackerHost' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
code/backend/Cleanuparr.Domain/Entities/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.
|
|
code/backend/Cleanuparr.Domain/Entities/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.
|
|
code/backend/Cleanuparr.Domain/Entities/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.
|
|
code/backend/Cleanuparr.Domain/Entities/Arr/Queue/QueueRecord.cs#L35
Non-nullable property 'TrackedDownloadState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
code/backend/Cleanuparr.Domain/Entities/Arr/Queue/QueueRecord.cs#L34
Non-nullable property 'TrackedDownloadStatus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
code/backend/Cleanuparr.Domain/Entities/Arr/Queue/QueueRecord.cs#L33
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
code/backend/Cleanuparr.Domain/Entities/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.
|
|
code/backend/Cleanuparr.Domain/Entities/Whisparr/WhisparrCommand.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.
|
The logs for this run have expired and are no longer available.
Loading