Release 0.17.2. See release notes or expand full commit message for d… #100
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 use a deprecated Node.js version 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'
|