Skip to content

Update dependency Spectre.Console.Cli to 0.52.0 #114

Update dependency Spectre.Console.Cli to 0.52.0

Update dependency Spectre.Console.Cli to 0.52.0 #114

Triggered via pull request October 11, 2025 07:06
Status Success
Total duration 2m 28s
Artifacts

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

40 warnings
build (macos-latest, x64): src/ChromeProtocol.Runtime/Messaging/IProtocolClient.cs#L6
Missing XML comment for publicly visible type or member 'IProtocolClient'
build (macos-latest, x64): src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L61
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceSync<TEvent>(IScopedProtocolClient, SyncDomainEventHandler<TEvent>)'
build (macos-latest, x64): src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L43
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceAsync<TEvent>(IScopedProtocolClient, AsyncDomainEventHandler<TEvent>)'
build (macos-latest, x64): src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L25
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceSync<TEvent>(IProtocolClient, SyncDomainEventHandler<TEvent>)'
build (macos-latest, x64): src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L7
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceAsync<TEvent>(IProtocolClient, AsyncDomainEventHandler<TEvent>)'
build (macos-latest, x64): src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L5
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions'
build (macos-latest, x64): src/ChromeProtocol.Runtime/Messaging/WebSockets/WebSocketProtocolClient.cs#L269
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 (macos-latest, x64): src/ChromeProtocol.Runtime/Messaging/WebSockets/WebSocketProtocolClient.cs#L160
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 (macos-latest, x64): src/ChromeProtocol.Runtime/Messaging/WebSockets/WebSocketProtocolClient.cs#L111
Possible null reference argument for parameter '@event' in 'void SyncDomainEventHandler<TEvent>.Invoke(TEvent @event)'.
build (macos-latest, x64): src/ChromeProtocol.Runtime/Messaging/WebSockets/WebSocketProtocolClient.cs#L99
Possible null reference argument for parameter '@event' in 'Task AsyncDomainEventHandler<TEvent>.Invoke(TEvent @event)'.
build (macos-latest, arm64): src/ChromeProtocol.Runtime/Messaging/IProtocolClient.cs#L6
Missing XML comment for publicly visible type or member 'IProtocolClient'
build (macos-latest, arm64): src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L61
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceSync<TEvent>(IScopedProtocolClient, SyncDomainEventHandler<TEvent>)'
build (macos-latest, arm64): src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L43
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceAsync<TEvent>(IScopedProtocolClient, AsyncDomainEventHandler<TEvent>)'
build (macos-latest, arm64): src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L25
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceSync<TEvent>(IProtocolClient, SyncDomainEventHandler<TEvent>)'
build (macos-latest, arm64): src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L7
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceAsync<TEvent>(IProtocolClient, AsyncDomainEventHandler<TEvent>)'
build (macos-latest, arm64): src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L5
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions'
build (macos-latest, arm64): src/ChromeProtocol.Runtime/Messaging/WebSockets/WebSocketProtocolClient.cs#L269
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 (macos-latest, arm64): src/ChromeProtocol.Runtime/Messaging/WebSockets/WebSocketProtocolClient.cs#L160
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 (macos-latest, arm64): src/ChromeProtocol.Runtime/Messaging/WebSockets/WebSocketProtocolClient.cs#L111
Possible null reference argument for parameter '@event' in 'void SyncDomainEventHandler<TEvent>.Invoke(TEvent @event)'.
build (macos-latest, arm64): src/ChromeProtocol.Runtime/Messaging/WebSockets/WebSocketProtocolClient.cs#L99
Possible null reference argument for parameter '@event' in 'Task AsyncDomainEventHandler<TEvent>.Invoke(TEvent @event)'.
build (ubuntu-latest, x64): src/ChromeProtocol.Runtime/Messaging/IProtocolClient.cs#L6
Missing XML comment for publicly visible type or member 'IProtocolClient'
build (ubuntu-latest, x64): src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L61
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceSync<TEvent>(IScopedProtocolClient, SyncDomainEventHandler<TEvent>)'
build (ubuntu-latest, x64): src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L43
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceAsync<TEvent>(IScopedProtocolClient, AsyncDomainEventHandler<TEvent>)'
build (ubuntu-latest, x64): src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L25
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceSync<TEvent>(IProtocolClient, SyncDomainEventHandler<TEvent>)'
build (ubuntu-latest, x64): src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L7
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceAsync<TEvent>(IProtocolClient, AsyncDomainEventHandler<TEvent>)'
build (ubuntu-latest, x64): src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L5
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions'
build (ubuntu-latest, x64): src/ChromeProtocol.Runtime/Messaging/WebSockets/WebSocketProtocolClient.cs#L269
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 (ubuntu-latest, x64): src/ChromeProtocol.Runtime/Messaging/WebSockets/WebSocketProtocolClient.cs#L160
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 (ubuntu-latest, x64): src/ChromeProtocol.Runtime/Messaging/WebSockets/WebSocketProtocolClient.cs#L111
Possible null reference argument for parameter '@event' in 'void SyncDomainEventHandler<TEvent>.Invoke(TEvent @event)'.
build (ubuntu-latest, x64): src/ChromeProtocol.Runtime/Messaging/WebSockets/WebSocketProtocolClient.cs#L99
Possible null reference argument for parameter '@event' in 'Task AsyncDomainEventHandler<TEvent>.Invoke(TEvent @event)'.
build (windows-latest, x64): src/ChromeProtocol.Runtime/Messaging/IProtocolClient.cs#L6
Missing XML comment for publicly visible type or member 'IProtocolClient'
build (windows-latest, x64): src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L61
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceSync<TEvent>(IScopedProtocolClient, SyncDomainEventHandler<TEvent>)'
build (windows-latest, x64): src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L43
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceAsync<TEvent>(IScopedProtocolClient, AsyncDomainEventHandler<TEvent>)'
build (windows-latest, x64): src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L25
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceSync<TEvent>(IProtocolClient, SyncDomainEventHandler<TEvent>)'
build (windows-latest, x64): src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L7
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceAsync<TEvent>(IProtocolClient, AsyncDomainEventHandler<TEvent>)'
build (windows-latest, x64): src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L5
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions'
build (windows-latest, x64): src/ChromeProtocol.Runtime/Messaging/WebSockets/WebSocketProtocolClient.cs#L269
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 (windows-latest, x64): src/ChromeProtocol.Runtime/Messaging/WebSockets/WebSocketProtocolClient.cs#L160
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 (windows-latest, x64): src/ChromeProtocol.Runtime/Messaging/WebSockets/WebSocketProtocolClient.cs#L111
Possible null reference argument for parameter '@event' in 'void SyncDomainEventHandler<TEvent>.Invoke(TEvent @event)'.
build (windows-latest, x64): src/ChromeProtocol.Runtime/Messaging/WebSockets/WebSocketProtocolClient.cs#L99
Possible null reference argument for parameter '@event' in 'Task AsyncDomainEventHandler<TEvent>.Invoke(TEvent @event)'.