Skip to content

PeerRoomExtensions #120

PeerRoomExtensions

PeerRoomExtensions #120

Triggered via pull request July 22, 2024 22:56
Status Failure
Total duration 33s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 12 warnings
build: src/Extensions/PeerRoomExtensions.cs#L23
Using the generic type 'TaskCompletionSource<TResult>' requires 1 type arguments
build: src/Extensions/PeerRoomExtensions.cs#L72
'Task<Peer>' does not contain a definition for 'WaitAsync' and no accessible extension method 'WaitAsync' accepting a first argument of type 'Task<Peer>' could be found (are you missing a using directive or an assembly reference?)
build: src/Extensions/PeerRoomExtensions.cs#L76
Nullability of reference types in value of type '?' doesn't match target type 'Peer'.
build: src/Extensions/PeerRoomExtensions.cs#L23
Using the generic type 'TaskCompletionSource<TResult>' requires 1 type arguments
build: src/Extensions/PeerRoomExtensions.cs#L72
'Task<Peer>' does not contain a definition for 'WaitAsync' and no accessible extension method 'WaitAsync' accepting a first argument of type 'Task<Peer>' could be found (are you missing a using directive or an assembly reference?)
build: src/Extensions/PeerRoomExtensions.cs#L76
Nullability of reference types in value of type '?' doesn't match target type 'Peer'.
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/checkout@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
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: 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: 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: 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: 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: src/Downloader/KuboDistributionArchitecture.cs#L3
Missing XML comment for publicly visible type or member 'KuboDistributionArchitecture'
build: src/Downloader/KuboDistributionArchitecture.cs#L5
Missing XML comment for publicly visible type or member 'KuboDistributionArchitecture.Link'
build: src/Downloader/KuboDistributionArchitecture.cs#L6
Missing XML comment for publicly visible type or member 'KuboDistributionArchitecture.Cid'
build: src/Downloader/KuboDistributionArchitecture.cs#L7
Missing XML comment for publicly visible type or member 'KuboDistributionArchitecture.Sha512'
build: src/Downloader/KuboDistributionData.cs#L6
Missing XML comment for publicly visible type or member 'KuboDistributionData'
build: src/Downloader/KuboDistributionData.cs#L8
Missing XML comment for publicly visible type or member 'KuboDistributionData.Id'