Skip to content

Build macOS Intel Installer #5

Build macOS Intel Installer

Build macOS Intel Installer #5

Triggered via push June 23, 2025 16:53
Status Failure
Total duration 2m 44s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Build macOS Intel Installer
2m 38s
Build macOS Intel Installer
Fit to window
Zoom out
Zoom in

Annotations

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