Skip to content

fixed installers

fixed installers #7

Triggered via push June 23, 2025 18:08
Status Failure
Total duration 1m 51s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Build macOS ARM Installer
1m 45s
Build macOS ARM Installer
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Build macOS ARM Installer
Process completed with exit code 1.
Build macOS ARM Installer: 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.
Build macOS ARM Installer: 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.
Build macOS ARM Installer: 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.
Build macOS ARM Installer: 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.
Build macOS ARM Installer: 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.
Build macOS ARM Installer: code/backend/Cleanuparr.Domain/Entities/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.
Build macOS ARM Installer: code/backend/Cleanuparr.Domain/Entities/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.
Build macOS ARM Installer: code/backend/Cleanuparr.Domain/Entities/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.
Build macOS ARM Installer: code/backend/Cleanuparr.Domain/Entities/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.
Build macOS ARM Installer: 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.