Release #2
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.
|