feat(junie): added .devcontainer.json #94
Annotations
10 warnings and 1 notice
|
🏗 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.
|
|
|
|
|
|
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
Loading