Skip to content

Improve output when flashing with a missing USB driver or bad connection/cable #579

Improve output when flashing with a missing USB driver or bad connection/cable

Improve output when flashing with a missing USB driver or bad connection/cable #579

Triggered via pull request February 2, 2025 21:50
Status Success
Total duration 2m 27s
Artifacts

dotnet-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Source/Meadow.HCom/Connections/ConnectionBase.cs#L56
Non-nullable event 'DebuggerMessageReceived' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: Source/Meadow.HCom/Firmware/ReleaseMetadata.cs#L6
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Source/Meadow.HCom/Firmware/ReleaseMetadata.cs#L8
Non-nullable property 'MinCLIVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Source/Meadow.HCom/Firmware/ReleaseMetadata.cs#L10
Non-nullable property 'DownloadURL' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Source/Meadow.HCom/Firmware/ReleaseMetadata.cs#L12
Non-nullable property 'NetworkDownloadURL' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Source/Meadow.HCom/Debugging/DebuggingServer.ActiveClient.cs#L21
Non-nullable field '_tcpClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Source/Meadow.HCom/Debugging/DebuggingServer.ActiveClient.cs#L21
Non-nullable field '_networkStream' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Source/Meadow.HCom/Debugging/DebuggingServer.ActiveClient.cs#L21
Non-nullable field '_receiveVsDebugDataTask' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Source/Meadow.HCom/Debugging/DebuggingServer.ActiveClient.cs#L21
Non-nullable field '_receiveMeadowDebugDataTask' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Source/Meadow.HCom/Debugging/DebuggingServer.ActiveClient.cs#L91
The variable 'ioe' is declared but never used