Skip to content

Add app version logging on startup (#31) #29

Add app version logging on startup (#31)

Add app version logging on startup (#31) #29

Triggered via push January 1, 2025 15:20
Status Success
Total duration 1m 22s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
release / build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/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.
release / build: code/Domain/Models/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.
release / build: code/Domain/Models/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.
release / build: code/Domain/Models/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.
release / build: code/Domain/Models/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.
release / build: code/Domain/Models/Arr/Queue/QueueRecord.cs#L10
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#L11
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#L12
Non-nullable property 'TrackedDownloadState' 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/Deluge/Response/DelugeTorrent.cs#L8
Non-nullable property 'Comment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.