Skip to content

Release 0.17.1. Version bump and release notes. #99

Release 0.17.1. Version bump and release notes.

Release 0.17.1. Version bump and release notes. #99

Triggered via push July 23, 2024 01:52
Status Success
Total duration 37s
Artifacts

publish.yml

on: push
build-and-publish
27s
build-and-publish
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build-and-publish
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-and-publish
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-publish: src/KuboBootstrapper.cs#L486
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-publish: src/KuboBootstrapper.cs#L529
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-publish: src/Downloader/KuboDistributionArchitecture.cs#L3
Missing XML comment for publicly visible type or member 'KuboDistributionArchitecture'
build-and-publish: src/Downloader/KuboDistributionArchitecture.cs#L5
Missing XML comment for publicly visible type or member 'KuboDistributionArchitecture.Link'
build-and-publish: src/Downloader/KuboDistributionArchitecture.cs#L6
Missing XML comment for publicly visible type or member 'KuboDistributionArchitecture.Cid'
build-and-publish: src/Downloader/KuboDistributionArchitecture.cs#L7
Missing XML comment for publicly visible type or member 'KuboDistributionArchitecture.Sha512'
build-and-publish: src/Downloader/KuboDistributionData.cs#L6
Missing XML comment for publicly visible type or member 'KuboDistributionData'
build-and-publish: src/Downloader/KuboDistributionData.cs#L8
Missing XML comment for publicly visible type or member 'KuboDistributionData.Id'
build-and-publish: src/Downloader/KuboDistributionData.cs#L9
Missing XML comment for publicly visible type or member 'KuboDistributionData.Version'
build-and-publish: src/Downloader/KuboDistributionData.cs#L10
Missing XML comment for publicly visible type or member 'KuboDistributionData.ReleaseLink'