Skip to content

Build Executables

Build Executables #5

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

Annotations

31 warnings
build
Retention days cannot be greater than the maximum allowed retention set within the repository. Using 14 instead.
build: code/backend/Cleanuparr.Api/Program.cs#L68
This call site is reachable on all platforms. 'EventLogSettings.SourceName' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: code/backend/Cleanuparr.Api/Controllers/EventsController.cs#L191
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: code/backend/Cleanuparr.Api/Controllers/EventsController.cs#L181
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: code/backend/Cleanuparr.Api/Models/ScheduleRequest.cs#L13
Non-nullable property 'Schedule' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: code/backend/Cleanuparr.Api/Controllers/JobsController.cs#L57
Cannot convert null literal to non-nullable reference type.
build: code/backend/Cleanuparr.Api/Program.cs#L68
This call site is reachable on all platforms. 'EventLogSettings.SourceName' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: code/backend/Cleanuparr.Api/Controllers/EventsController.cs#L191
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: code/backend/Cleanuparr.Api/Controllers/EventsController.cs#L181
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: code/backend/Cleanuparr.Api/Models/ScheduleRequest.cs#L13
Non-nullable property 'Schedule' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: code/backend/Cleanuparr.Api/Controllers/JobsController.cs#L57
Cannot convert null literal to non-nullable reference type.
build: code/backend/Cleanuparr.Api/Program.cs#L68
This call site is reachable on all platforms. 'EventLogSettings.SourceName' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: code/backend/Cleanuparr.Api/Controllers/EventsController.cs#L191
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: code/backend/Cleanuparr.Api/Controllers/EventsController.cs#L181
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: code/backend/Cleanuparr.Api/Models/ScheduleRequest.cs#L13
Non-nullable property 'Schedule' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: code/backend/Cleanuparr.Api/Controllers/JobsController.cs#L57
Cannot convert null literal to non-nullable reference type.
build: code/backend/Cleanuparr.Api/Program.cs#L68
This call site is reachable on all platforms. 'EventLogSettings.SourceName' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: code/backend/Cleanuparr.Api/Models/ScheduleRequest.cs#L13
Non-nullable property 'Schedule' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: code/backend/Cleanuparr.Api/Controllers/EventsController.cs#L191
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: code/backend/Cleanuparr.Api/Controllers/EventsController.cs#L181
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: code/backend/Cleanuparr.Api/Controllers/JobsController.cs#L57
Cannot convert null literal to non-nullable reference type.
build: 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: 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: 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: 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: 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: 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: 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: 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: 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.
build: 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.

Artifacts

Produced during runtime
Name Size Digest
cleanuparr-executables Expired
245 MB
sha256:d39806ed1076f5b1c81aab0d323b77e11bc250cb9fab2446d99b085b2cff2aae