Update WPILib to 2025.3.1 #16
build.yml
on: pull_request
Test Files
2s
Desktop App
24s
Annotations
10 warnings
Desktop App:
CSAUSBTool.CrossPlatform/Models/SeasonSoftwareList.cs#L21
Non-nullable property 'Program' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Desktop App:
CSAUSBTool.CrossPlatform/Models/SeasonSoftwareList.cs#L26
Non-nullable property 'Program' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Desktop App:
CSAUSBTool.CrossPlatform/Core/HttpClientDownloadWithProgress.cs#L15
Non-nullable event 'ProgressChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Desktop App:
CSAUSBTool.CrossPlatform/Models/ControlSystemSoftwareGroup.cs#L16
Non-nullable property 'Tag' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Desktop App:
CSAUSBTool.CrossPlatform/Models/ControlSystemSoftwareGroup.cs#L16
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Desktop App:
CSAUSBTool.CrossPlatform/Models/ControlSystemSoftwareGroup.cs#L16
Non-nullable property 'Software' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Desktop App:
CSAUSBTool.CrossPlatform/Models/ControlSystemSoftwareGroup.cs#L16
Non-nullable property 'SelectedSoftware' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Desktop App:
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.
|
Desktop App:
CSAUSBTool.CrossPlatform/Views/ControlSystemSoftwareGroupView.axaml.cs#L42
Dereference of a possibly null reference.
|
Desktop App:
CSAUSBTool.CrossPlatform/Models/ControlSystemSoftware.cs#L29
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|