Skip to content

Release

Release #2

Manually triggered January 24, 2025 04:42
Status Failure
Total duration 1m 26s
Artifacts

release.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
release
Process completed with exit code 1.
release: CSAUSBTool.CrossPlatform/Core/HttpClientDownloadWithProgress.cs#L21
Non-nullable event 'ProgressChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
release: CSAUSBTool.CrossPlatform/Models/SeasonSoftwareList.cs#L17
Non-nullable property 'Program' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release: CSAUSBTool.CrossPlatform/Models/ControlSystemSoftware.cs#L28
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: CSAUSBTool.CrossPlatform/Models/ControlSystemSoftware.cs#L28
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release: CSAUSBTool.CrossPlatform/Models/ControlSystemSoftware.cs#L28
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release: CSAUSBTool.CrossPlatform/Models/ControlSystemSoftware.cs#L28
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release: CSAUSBTool.CrossPlatform/Models/ControlSystemSoftware.cs#L28
Non-nullable property 'Uri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release: CSAUSBTool.CrossPlatform/Models/ControlSystemSoftware.cs#L28
Non-nullable property 'Platform' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
release: CSAUSBTool.CrossPlatform/Views/ControlSystemSoftwareGroupView.axaml.cs#L53
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
release: CSAUSBTool.CrossPlatform/Views/ControlSystemSoftwareGroupView.axaml.cs#L42
Dereference of a possibly null reference.