Skip to content

Merge pull request #421 from WildernessLabs/fix-debug-writeline-excep… #1092

Merge pull request #421 from WildernessLabs/fix-debug-writeline-excep…

Merge pull request #421 from WildernessLabs/fix-debug-writeline-excep… #1092

Triggered via push December 29, 2023 17:51
Status Failure
Total duration 4m 16s
Artifacts 2

dotnet.yml

on: push
Build and Optionally Publish Meadow.CLI nuget
4m 1s
Build and Optionally Publish Meadow.CLI nuget
Build Win 2022 Extension
0s
Build Win 2022 Extension
Build Mac 2022 Extension
0s
Build Mac 2022 Extension
Build VSCode Extension
0s
Build VSCode Extension
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 32 warnings
Build and Optionally Publish Meadow.CLI nuget: Source/v2/Meadow.CLI/Linker/MeadowLinker.cs#L8
The feature 'primary constructors' is currently in Preview and *unsupported*. To use Preview features, use the 'preview' language version.
Build and Optionally Publish Meadow.CLI nuget: Source/v2/Meadow.CLI/Linker/MeadowLinker.cs#L8
The feature 'primary constructors' is currently in Preview and *unsupported*. To use Preview features, use the 'preview' language version.
Build and Optionally Publish Meadow.CLI nuget
Process completed with exit code 1.
Build and Optionally Publish Meadow.CLI nuget
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, NuGet/[email protected], actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Optionally Publish Meadow.CLI nuget: Meadow.CLI.Core/Firmware/FirmwareInfo.cs#L41
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Build and Optionally Publish Meadow.CLI nuget: 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 and Optionally Publish Meadow.CLI nuget: 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 and Optionally Publish Meadow.CLI nuget: 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 and Optionally Publish Meadow.CLI nuget: Meadow.CLI.Core/Settings.cs#L33
Dereference of a possibly null reference.
Build and Optionally Publish Meadow.CLI nuget: 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 and Optionally Publish Meadow.CLI nuget: 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 and Optionally Publish Meadow.CLI nuget: 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 and Optionally Publish Meadow.CLI nuget: 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 and Optionally Publish Meadow.CLI nuget: Source/v2/Meadow.Cloud.Client/Messages/PackageInfo.cs#L8
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Optionally Publish Meadow.CLI nuget: Source/v2/Meadow.Cloud.Client/Messages/PackageInfo.cs#L10
Non-nullable property 'OsVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Optionally Publish Meadow.CLI nuget: Source/v2/Meadow.Cloud.Client/Messages/UserOrg.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Optionally Publish Meadow.CLI nuget: Source/v2/Meadow.Cloud.Client/Messages/UserOrg.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Optionally Publish Meadow.CLI nuget: Source/v2/Meadow.Cloud.Client/Messages/UserOrg.cs#L12
Non-nullable property 'DefaultCollectionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Optionally Publish Meadow.CLI nuget: 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 and Optionally Publish Meadow.CLI nuget: 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 and Optionally Publish Meadow.CLI nuget: 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 and Optionally Publish Meadow.CLI nuget: 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 and Optionally Publish Meadow.CLI nuget: 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 and Optionally Publish Meadow.CLI nuget: Meadow.CLI.Core/Firmware/FirmwareInfo.cs#L41
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Build and Optionally Publish Meadow.CLI nuget: 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 and Optionally Publish Meadow.CLI nuget: 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 and Optionally Publish Meadow.CLI nuget: 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 and Optionally Publish Meadow.CLI nuget: Meadow.CLI.Core/Settings.cs#L33
Dereference of a possibly null reference.
Build and Optionally Publish Meadow.CLI nuget: 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 and Optionally Publish Meadow.CLI nuget: 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 and Optionally Publish Meadow.CLI nuget: 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 and Optionally Publish Meadow.CLI nuget: 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 and Optionally Publish Meadow.CLI nuget
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Artifacts

Produced during runtime
Name Size
Meadow.CLI.Classic.nuget.1.5.0.0 Expired
3.38 MB
Meadow.CLI.nuget.1.5.0.0 Expired
3.69 MB