Skip to content

Fix debug reconnect on VSWin extension/.NET Framework. Seems like IOE… #577

Fix debug reconnect on VSWin extension/.NET Framework. Seems like IOE…

Fix debug reconnect on VSWin extension/.NET Framework. Seems like IOE… #577

Triggered via pull request January 31, 2025 15:27
Status Success
Total duration 2m 21s
Artifacts

dotnet-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Source/Meadow.Cloud.Client/Messages/UserOrg.cs#L6
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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.Cloud.Client/Messages/UserOrg.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Source/Meadow.HCom/Connections/SerialConnection.cs#L1123
The variable 'completed' is assigned but its value is never used
build: Source/Meadow.Cloud.Client/Messages/UserOrg.cs#L10
Non-nullable property 'DefaultCollectionId' 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#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.Cloud.Client/Messages/User.cs#L5
Non-nullable property 'Id' 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.Cloud.Client/Messages/User.cs#L6
Non-nullable property 'Email' 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.