Update dependency Spectre.Console.Cli to 0.52.0 #114
Annotations
10 warnings
|
🏗 Build:
src/ChromeProtocol.Runtime/Messaging/IProtocolClient.cs#L6
Missing XML comment for publicly visible type or member 'IProtocolClient'
|
|
🏗 Build:
src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L61
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceSync<TEvent>(IScopedProtocolClient, SyncDomainEventHandler<TEvent>)'
|
|
🏗 Build:
src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L43
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceAsync<TEvent>(IScopedProtocolClient, AsyncDomainEventHandler<TEvent>)'
|
|
🏗 Build:
src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L25
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceSync<TEvent>(IProtocolClient, SyncDomainEventHandler<TEvent>)'
|
|
🏗 Build:
src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L7
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceAsync<TEvent>(IProtocolClient, AsyncDomainEventHandler<TEvent>)'
|
|
🏗 Build:
src/ChromeProtocol.Runtime/Messaging/Extensions/ProtocolClientExtensions.cs#L5
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions'
|
|
🏗 Build:
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:
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.
|
|
|
|
|
Loading