Skip to content

Add support for quic #311

Add support for quic

Add support for quic #311

Triggered via pull request May 12, 2024 01:59
Status Failure
Total duration 10m 19s
Artifacts

build.yml

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

Annotations

5 errors and 61 warnings
build (macos-latest)
Process completed with exit code 1.
build (windows-latest)
The job was canceled because "macos-latest" failed.
build (windows-latest)
The operation was canceled.
build (ubuntu-latest)
The job was canceled because "macos-latest" failed.
build (ubuntu-latest)
The operation was canceled.
build (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (macos-latest): src/SuperSocket.Quic.Connection/QuicPipeStream.cs#L39
This call site is reachable on all platforms. 'QuicConnection.AcceptInboundStreamAsync(CancellationToken)' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (macos-latest): src/SuperSocket.Quic/QuicConnectionFactory.cs#L25
This call site is reachable on all platforms. 'QuicConnection.RemoteEndPoint' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (macos-latest): src/SuperSocket.Quic/QuicConnectionFactory.cs#L25
This call site is reachable on all platforms. 'QuicConnection.LocalEndPoint' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (macos-latest): src/SuperSocket.Quic/QuicServerHostBuilderExtensions.cs#L34
This call site is reachable on all platforms. 'QuicListener.IsSupported' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (macos-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L49
This call site is reachable on all platforms. 'QuicServerConnectionOptions' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (macos-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L48
This call site is reachable on all platforms. 'QuicServerConnectionOptions' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (macos-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L46
This call site is reachable on all platforms. 'QuicListenerOptions.ListenEndPoint' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (macos-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L47
This call site is reachable on all platforms. 'QuicListenerOptions.ApplicationProtocols' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (macos-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L51
This call site is reachable on all platforms. 'QuicConnectionOptions.DefaultStreamErrorCode' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (macos-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L43
This call site is reachable on all platforms. 'QuicListenerOptions' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (macos-latest): src/SuperSocket.Quic.Connection/QuicPipeStream.cs#L39
This call site is reachable on all platforms. 'QuicConnection.AcceptInboundStreamAsync(CancellationToken)' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (macos-latest): src/SuperSocket.Quic/QuicServerHostBuilderExtensions.cs#L34
This call site is reachable on all platforms. 'QuicListener.IsSupported' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (macos-latest): src/SuperSocket.Quic/QuicConnectionFactory.cs#L25
This call site is reachable on all platforms. 'QuicConnection.RemoteEndPoint' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (macos-latest): src/SuperSocket.Quic/QuicConnectionFactory.cs#L25
This call site is reachable on all platforms. 'QuicConnection.LocalEndPoint' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (macos-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L52
This call site is reachable on all platforms. 'QuicConnectionOptions.DefaultCloseErrorCode' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (macos-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L47
This call site is reachable on all platforms. 'QuicListenerOptions.ApplicationProtocols' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (macos-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L46
This call site is reachable on all platforms. 'QuicListenerOptions.ListenEndPoint' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (macos-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L43
This call site is reachable on all platforms. 'QuicListenerOptions' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (macos-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L53
This call site is reachable on all platforms. 'QuicConnectionOptions.IdleTimeout' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (macos-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L57
This call site is reachable on all platforms. 'QuicConnectionOptions.MaxInboundUnidirectionalStreams' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-latest): src/SuperSocket.Quic.Connection/QuicPipeStream.cs#L39
This call site is reachable on all platforms. 'QuicConnection.AcceptInboundStreamAsync(CancellationToken)' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-latest): src/SuperSocket.Quic.Connection/QuicPipeStream.cs#L39
This call site is reachable on all platforms. 'QuicConnection.AcceptInboundStreamAsync(CancellationToken)' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-latest): src/SuperSocket.Quic/QuicConnectionFactory.cs#L25
This call site is reachable on all platforms. 'QuicConnection.LocalEndPoint' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-latest): src/SuperSocket.Quic/QuicConnectionFactory.cs#L25
This call site is reachable on all platforms. 'QuicConnection.RemoteEndPoint' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-latest): src/SuperSocket.Quic/QuicServerHostBuilderExtensions.cs#L34
This call site is reachable on all platforms. 'QuicListener.IsSupported' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L53
This call site is reachable on all platforms. 'QuicConnectionOptions.IdleTimeout' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L48
This call site is reachable on all platforms. 'QuicServerConnectionOptions' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L47
This call site is reachable on all platforms. 'QuicListenerOptions.ApplicationProtocols' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L57
This call site is reachable on all platforms. 'QuicConnectionOptions.MaxInboundUnidirectionalStreams' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L49
This call site is reachable on all platforms. 'QuicServerConnectionOptions' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-latest): src/SuperSocket.Quic.Connection/QuicPipeStream.cs#L39
This call site is reachable on all platforms. 'QuicConnection.AcceptInboundStreamAsync(CancellationToken)' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-latest): src/SuperSocket.Quic/QuicConnectionFactory.cs#L25
This call site is reachable on all platforms. 'QuicConnection.RemoteEndPoint' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-latest): src/SuperSocket.Quic/QuicConnectionFactory.cs#L25
This call site is reachable on all platforms. 'QuicConnection.LocalEndPoint' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-latest): src/SuperSocket.Quic/QuicConnectionListener.cs#L101
This call site is reachable on all platforms. 'QuicListener.AcceptConnectionAsync(CancellationToken)' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-latest): src/SuperSocket.Quic/QuicConnectionListener.cs#L101
This call site is reachable on all platforms. 'QuicConnection' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L48
This call site is reachable on all platforms. 'QuicServerConnectionOptions' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L47
This call site is reachable on all platforms. 'QuicListenerOptions.ApplicationProtocols' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L56
This call site is reachable on all platforms. 'QuicConnectionOptions.MaxInboundBidirectionalStreams' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L45
This call site is reachable on all platforms. 'QuicListenerOptions.ListenBacklog' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L51
This call site is reachable on all platforms. 'QuicConnectionOptions.DefaultStreamErrorCode' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (ubuntu-latest): src/SuperSocket.Quic.Connection/QuicPipeStream.cs#L39
This call site is reachable on all platforms. 'QuicConnection.AcceptInboundStreamAsync(CancellationToken)' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (ubuntu-latest): src/SuperSocket.Quic/QuicConnectionFactory.cs#L25
This call site is reachable on all platforms. 'QuicConnection.LocalEndPoint' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (ubuntu-latest): src/SuperSocket.Quic/QuicConnectionFactory.cs#L25
This call site is reachable on all platforms. 'QuicConnection.RemoteEndPoint' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (ubuntu-latest): src/SuperSocket.Quic/QuicConnectionListener.cs#L101
This call site is reachable on all platforms. 'QuicListener.AcceptConnectionAsync(CancellationToken)' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (ubuntu-latest): src/SuperSocket.Quic/QuicConnectionListener.cs#L101
This call site is reachable on all platforms. 'QuicConnection' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (ubuntu-latest): src/SuperSocket.Quic/QuicServerHostBuilderExtensions.cs#L34
This call site is reachable on all platforms. 'QuicListener.IsSupported' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (ubuntu-latest): src/SuperSocket.Quic/QuicConnectionListener.cs#L148
This call site is reachable on all platforms. 'QuicListener.DisposeAsync()' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (ubuntu-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L51
This call site is reachable on all platforms. 'QuicConnectionOptions.DefaultStreamErrorCode' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (ubuntu-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L48
This call site is reachable on all platforms. 'QuicServerConnectionOptions' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (ubuntu-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L45
This call site is reachable on all platforms. 'QuicListenerOptions.ListenBacklog' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (ubuntu-latest): src/SuperSocket.Quic.Connection/QuicPipeStream.cs#L39
This call site is reachable on all platforms. 'QuicConnection.AcceptInboundStreamAsync(CancellationToken)' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (ubuntu-latest): src/SuperSocket.Quic/QuicConnectionFactory.cs#L25
This call site is reachable on all platforms. 'QuicConnection.RemoteEndPoint' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (ubuntu-latest): src/SuperSocket.Quic/QuicConnectionFactory.cs#L25
This call site is reachable on all platforms. 'QuicConnection.LocalEndPoint' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (ubuntu-latest): src/SuperSocket.Quic/QuicServerHostBuilderExtensions.cs#L34
This call site is reachable on all platforms. 'QuicListener.IsSupported' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (ubuntu-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L48
This call site is reachable on all platforms. 'QuicListenerOptions.ConnectionOptionsCallback' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (ubuntu-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L47
This call site is reachable on all platforms. 'QuicListenerOptions.ApplicationProtocols' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (ubuntu-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L46
This call site is reachable on all platforms. 'QuicListenerOptions.ListenEndPoint' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (ubuntu-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L57
This call site is reachable on all platforms. 'QuicConnectionOptions.MaxInboundUnidirectionalStreams' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (ubuntu-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L45
This call site is reachable on all platforms. 'QuicListenerOptions.ListenBacklog' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (ubuntu-latest): src/SuperSocket.Quic/QuicConnectionListenerFactory.cs#L48
This call site is reachable on all platforms. 'QuicServerConnectionOptions' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)