Skip to content

Meadow.CLI Packaging #1177

Meadow.CLI Packaging

Meadow.CLI Packaging #1177

Manually triggered July 2, 2024 08:12
Status Success
Total duration 11m 2s
Artifacts 6

dotnet.yml

on: workflow_dispatch
Build and Optionally Publish Meadow.CLI nuget
4m 33s
Build and Optionally Publish Meadow.CLI nuget
Build Win 2022 Extension
5m 50s
Build Win 2022 Extension
Build Mac 2022 Extension
42s
Build Mac 2022 Extension
Build VSCode Extension
6m 5s
Build VSCode Extension
Fit to window
Zoom out
Zoom in

Annotations

77 warnings
Build and Optionally Publish Meadow.CLI nuget
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, NuGet/[email protected], microsoft/[email protected], actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
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.HCom/Connections/ConnectionBase.cs#L56
Non-nullable event 'DebuggerMessageReceived' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
Build and Optionally Publish Meadow.CLI nuget: Source/v2/Meadow.HCom/Firmware/ReleaseMetadata.cs#L6
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.HCom/Firmware/ReleaseMetadata.cs#L8
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: Source/v2/Meadow.HCom/Firmware/ReleaseMetadata.cs#L10
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: Source/v2/Meadow.HCom/Firmware/ReleaseMetadata.cs#L12
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.HCom/Connections/SerialConnection.cs#L1125
The variable 'completed' is assigned but its value is never used
Build and Optionally Publish Meadow.CLI nuget: Source/v2/Meadow.HCom/Connections/SerialConnection.cs#L1287
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build and Optionally Publish Meadow.CLI nuget: Source/v2/Meadow.HCom/Debugging/DebuggingServer.cs#L20
Field 'DebuggingServer._listenerTask' is never assigned to, and will always have its default value null
Build and Optionally Publish Meadow.CLI nuget: 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 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/
Build Mac 2022 Extension
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, NuGet/[email protected], actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Mac 2022 Extension
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 Mac 2022 Extension: Meadow.CLI.Core/Firmware/FirmwareInfo.cs#L41
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Build Mac 2022 Extension: 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 Mac 2022 Extension: 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 Mac 2022 Extension: 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 Mac 2022 Extension: Meadow.CLI.Core/Settings.cs#L33
Dereference of a possibly null reference.
Build Mac 2022 Extension: Meadow.CLI.Core/Settings.cs#L46
Possible null reference return.
Build Mac 2022 Extension: 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 Mac 2022 Extension: 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 Mac 2022 Extension: 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 Mac 2022 Extension: 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 Mac 2022 Extension
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Build Mac 2022 Extension
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/
Build Win 2022 Extension
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, NuGet/[email protected], microsoft/[email protected], actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Win 2022 Extension
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 Win 2022 Extension: 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 Win 2022 Extension: 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 Win 2022 Extension: 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 Win 2022 Extension: 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 Win 2022 Extension: 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 Win 2022 Extension: 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 Win 2022 Extension: 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 Win 2022 Extension: Meadow.CLI.Core/PackageVersions.cs#L8
Non-nullable property 'Versions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Win 2022 Extension: Meadow.CLI.Core/PackageInfo.cs#L8
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Win 2022 Extension: Meadow.CLI.Core/PackageInfo.cs#L10
Non-nullable property 'OsVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Win 2022 Extension
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Build Win 2022 Extension
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/
Build VSCode Extension
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, Nuget/[email protected], actions/setup-node@v2, microsoft/[email protected], actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build VSCode Extension
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/setup-node@v2, 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 VSCode Extension
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Build VSCode Extension
ProjectReference 'D:\a\Meadow.CLI\Meadow.CLI\vs-code\externals\nrefactory\ICSharpCode.NRefactory\ICSharpCode.NRefactory.csproj' was resolved using '.NETFramework,Version=v4.7.2' instead of the project target framework '.NETCoreApp,Version=v8.0'. This project may not be fully compatible with your project.
Build VSCode Extension
ProjectReference 'D:\a\Meadow.CLI\Meadow.CLI\vs-code\externals\nrefactory\ICSharpCode.NRefactory.CSharp\ICSharpCode.NRefactory.CSharp.csproj' was resolved using '.NETFramework,Version=v4.7.2' instead of the project target framework '.NETCoreApp,Version=v8.0'. This project may not be fully compatible with your project.
Build VSCode Extension: Meadow.CLI.Core/Firmware/FirmwareInfo.cs#L41
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Build VSCode Extension: 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 VSCode Extension: 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 VSCode Extension: 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 VSCode Extension: Meadow.CLI.Core/Settings.cs#L33
Dereference of a possibly null reference.
Build VSCode Extension: Meadow.CLI.Core/Settings.cs#L46
Possible null reference return.
Build VSCode Extension: 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.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Meadow.CLI.Classic.nuget.1.9.4.0", "Meadow.CLI.nuget.1.9.4.0", "Meadow.CLI.nuget.2.0.51.0", "Meadow.Mac.2022.mpack.1.9.4", "Meadow.VSCode.vsix.1.9.4", "Meadow.Win.VS2022.vsix.1.9.4". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
Build VSCode Extension: 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 VSCode Extension
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.9.4.0 Expired
3.38 MB
Meadow.CLI.nuget.1.9.4.0 Expired
3.7 MB
Meadow.CLI.nuget.2.0.51.0 Expired
3.89 MB
Meadow.Mac.2022.mpack.1.9.4 Expired
636 KB
Meadow.VSCode.vsix.1.9.4 Expired
9.3 MB
Meadow.Win.VS2022.vsix.1.9.4 Expired
3.49 MB