Skip to content

Prepare 2.1.0 release #83

Prepare 2.1.0 release

Prepare 2.1.0 release #83

Triggered via push January 12, 2025 23:36
Status Success
Total duration 3m 44s
Artifacts

build.yml

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

Annotations

41 warnings
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 (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#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#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/Extensions/ProtocolClientExtensions.cs#L5
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions'
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#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#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#L61
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceSync<TEvent>(IScopedProtocolClient, SyncDomainEventHandler<TEvent>)'
build (macos-latest, arm64): src/ChromeProtocol.Runtime/Messaging/IProtocolClient.cs#L6
Missing XML comment for publicly visible type or member 'IProtocolClient'
build (ubuntu-latest, x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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 (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#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#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/Extensions/ProtocolClientExtensions.cs#L5
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions'
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#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#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#L61
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceSync<TEvent>(IScopedProtocolClient, SyncDomainEventHandler<TEvent>)'
build (ubuntu-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/WebSockets/WebSocketProtocolClient.cs#L99
Possible null reference argument for parameter '@event' in 'Task AsyncDomainEventHandler<TEvent>.Invoke(TEvent @event)'.
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#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#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/Extensions/ProtocolClientExtensions.cs#L5
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions'
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#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#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#L61
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceSync<TEvent>(IScopedProtocolClient, SyncDomainEventHandler<TEvent>)'
build (macos-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/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/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#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#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/Extensions/ProtocolClientExtensions.cs#L5
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions'
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#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#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#L61
Missing XML comment for publicly visible type or member 'ProtocolClientExtensions.SubscribeOnceSync<TEvent>(IScopedProtocolClient, SyncDomainEventHandler<TEvent>)'
build (windows-latest, x64): src/ChromeProtocol.Runtime/Messaging/IProtocolClient.cs#L6
Missing XML comment for publicly visible type or member 'IProtocolClient'