Skip to content

strings cleanup

strings cleanup #204

Triggered via pull request March 2, 2024 20:37
Status Failure
Total duration 4m 1s
Artifacts

dotnet-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 22 warnings
build: Source/v2/Meadow.CLI/Commands/Current/Trace/TraceLevelCommand.cs#L28
The name 'DisablingTracing' does not exist in the current context
build: Source/v2/Meadow.CLI/Commands/Current/Trace/TraceDisableCommand.cs#L23
The name 'DisablingTracing' does not exist in the current context
build: Source/v2/Meadow.CLI/Commands/Current/Trace/TraceLevelCommand.cs#L28
The name 'DisablingTracing' does not exist in the current context
build: Source/v2/Meadow.CLI/Commands/Current/Trace/TraceDisableCommand.cs#L23
The name 'DisablingTracing' does not exist in the current context
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: Meadow.CLI.Core/Firmware/FirmwareInfo.cs#L41
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: Meadow.CLI.Core/Devices/MeadowLocalDevice.cs#L18
Nullability of reference types in return type of 'ILogger? MeadowLocalDevice.Logger.get' doesn't match implicitly implemented member 'ILogger IMeadowDevice.Logger.get' (possibly because of nullability attributes).
build: Meadow.CLI.Core/Devices/MeadowLocalDevice.FileManager.cs#L291
Nullability of reference types in type of parameter 'fileName' of 'Task MeadowLocalDevice.WriteFileToEspFlash(string fileName, uint partition = 0, string? mcuDestAddress = null, CancellationToken cancellationToken = default(CancellationToken))' doesn't match implicitly implemented member 'Task IMeadowDevice.WriteFileToEspFlash(string? fileName, uint partition = 0, string? mcuDestAddress = null, CancellationToken cancellationToken = default(CancellationToken))' (possibly because of nullability attributes).
build: Meadow.CLI.Core/Devices/MeadowLocalDevice.cs#L40
Nullability of reference types in return type of 'Task<MeadowDeviceInfo?> MeadowLocalDevice.GetDeviceInfo(TimeSpan timeout, CancellationToken cancellationToken = default(CancellationToken))' doesn't match implicitly implemented member 'Task<MeadowDeviceInfo> IMeadowDevice.GetDeviceInfo(TimeSpan timeout, CancellationToken cancellationToken = default(CancellationToken))'.
build: Meadow.CLI.Core/Settings.cs#L33
Dereference of a possibly null reference.
build: Meadow.CLI.Core/Settings.cs#L46
Possible null reference return.
build: Meadow.CLI.Core/ReleaseMetadata.cs#L11
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Meadow.CLI.Core/ReleaseMetadata.cs#L13
Non-nullable property 'MinCLIVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Meadow.CLI.Core/ReleaseMetadata.cs#L15
Non-nullable property 'DownloadURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Meadow.CLI.Core/ReleaseMetadata.cs#L17
Non-nullable property 'NetworkDownloadURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/v2/Meadow.Cloud.Client/Messages/PackageInfo.cs#L6
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/v2/Meadow.Cloud.Client/Messages/PackageInfo.cs#L9
Non-nullable property 'OsVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/v2/Meadow.Cloud.Client/Messages/User.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/v2/Meadow.Cloud.Client/Messages/User.cs#L6
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/v2/Meadow.Cloud.Client/Messages/User.cs#L7
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/v2/Meadow.Cloud.Client/Messages/User.cs#L8
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/v2/Meadow.Cloud.Client/Messages/User.cs#L9
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/v2/Meadow.HCom/Connections/TcpConnection.cs#L60
Dereference of a possibly null reference.
build: Source/v2/Meadow.HCom/Firmware/ReleaseMetadata.cs#L8
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/v2/Meadow.HCom/Firmware/ReleaseMetadata.cs#L10
Non-nullable property 'MinCLIVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.