Skip to content

Remove CLI v1.x legacy code #548

Remove CLI v1.x legacy code

Remove CLI v1.x legacy code #548

Triggered via pull request December 14, 2024 01:24
Status Failure
Total duration 2m 24s
Artifacts

dotnet-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 10 warnings
build: Source/Meadow.Cloud.Client/IMeadowCloudClient.cs#L6
The type or namespace name 'Packages' does not exist in the namespace 'Meadow.Cloud.Client' (are you missing an assembly reference?)
build: Source/Meadow.Cloud.Client/MeadowCloudClient.cs#L6
The type or namespace name 'Packages' does not exist in the namespace 'Meadow.Cloud.Client' (are you missing an assembly reference?)
build: Source/Meadow.Cloud.Client/MeadowCloudClient.cs#L39
The type or namespace name 'IPackageClient' could not be found (are you missing a using directive or an assembly reference?)
build: Source/Meadow.Cloud.Client/IMeadowCloudClient.cs#L18
The type or namespace name 'IPackageClient' could not be found (are you missing a using directive or an assembly reference?)
build: Source/Meadow.Cloud.Client/IMeadowCloudClient.cs#L6
The type or namespace name 'Packages' does not exist in the namespace 'Meadow.Cloud.Client' (are you missing an assembly reference?)
build: Source/Meadow.Cloud.Client/MeadowCloudClient.cs#L6
The type or namespace name 'Packages' does not exist in the namespace 'Meadow.Cloud.Client' (are you missing an assembly reference?)
build: Source/Meadow.Cloud.Client/MeadowCloudClient.cs#L39
The type or namespace name 'IPackageClient' could not be found (are you missing a using directive or an assembly reference?)
build: Source/Meadow.Cloud.Client/IMeadowCloudClient.cs#L18
The type or namespace name 'IPackageClient' could not be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
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/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/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