Add quic support and fix some bugs #291
Annotations
5 errors and 61 warnings
build (ubuntu-latest)
Process completed with exit code 1.
|
build (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
build (windows-latest)
The operation was canceled.
|
build (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
build (macos-latest)
The operation was canceled.
|
build (ubuntu-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 (ubuntu-latest):
src/SuperSocket.Quic.Connection/QuicPipeStream.cs#L35
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.Connection/QuicPipeStream.cs#L35
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/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/QuicConnectionListener.cs#L131
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/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#L51
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 (ubuntu-latest):
src/SuperSocket.Quic.Connection/QuicPipeStream.cs#L35
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/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#L64
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 (ubuntu-latest):
src/SuperSocket.Quic/QuicConnectionListener.cs#L77
This call site is reachable on all platforms. 'QuicListener' 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#L60
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 (ubuntu-latest):
src/SuperSocket.Quic/QuicConnectionListener.cs#L56
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#L35
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/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/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 (windows-latest):
src/SuperSocket.Quic/QuicConnectionListener.cs#L131
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/QuicConnectionListener.cs#L77
This call site is reachable on all platforms. 'QuicListener' 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#L56
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 (windows-latest):
src/SuperSocket.Quic.Connection/QuicPipeStream.cs#L35
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/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 (windows-latest):
src/SuperSocket.Quic/QuicConnectionListener.cs#L131
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/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/QuicConnectionListener.cs#L65
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/QuicConnectionListener.cs#L53
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 (macos-latest):
src/SuperSocket.Quic.Connection/QuicPipeStream.cs#L35
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/QuicConnectionListener.cs#L77
This call site is reachable on all platforms. 'QuicListener' 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/QuicConnectionListener.cs#L61
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/QuicConnectionListener.cs#L53
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 (macos-latest):
src/SuperSocket.Quic/QuicConnectionListener.cs#L77
This call site is reachable on all platforms. 'QuicListener' 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/QuicConnectionListener.cs#L65
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 (macos-latest):
src/SuperSocket.Quic/QuicConnectionListener.cs#L66
This call site is reachable on all platforms. 'QuicServerConnectionOptions.ServerAuthenticationOptions' 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#L35
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.Connection/QuicPipeStream.cs#L35
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/QuicConnectionListener.cs#L66
This call site is reachable on all platforms. 'QuicServerConnectionOptions.ServerAuthenticationOptions' 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/QuicConnectionListener.cs#L56
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 (macos-latest):
src/SuperSocket.Quic/QuicConnectionListener.cs#L51
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/QuicConnectionListener.cs#L77
This call site is reachable on all platforms. 'QuicListener.ListenAsync(QuicListenerOptions, 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/QuicConnectionListener.cs#L61
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/QuicConnectionListener.cs#L64
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 (macos-latest):
src/SuperSocket.Quic/QuicConnectionListener.cs#L60
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)
|