Skip to content

Merge pull request #619 from WildernessLabs/dfu_usb_error #580

Merge pull request #619 from WildernessLabs/dfu_usb_error

Merge pull request #619 from WildernessLabs/dfu_usb_error #580

Triggered via push February 3, 2025 02:27
Status Success
Total duration 2m 37s
Artifacts

dotnet-ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Source/Meadow.Cloud.Client/Messages/PackageInfo.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/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/PackageInfo.cs#L9
Non-nullable property 'OsVersion' 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/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/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/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/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.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#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.