add quic #279
Annotations
1 error and 21 warnings
Test
Process completed with exit code 1.
|
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:
src/SuperSocket.Quic.Connection/QuicPipeConnection.cs#L31
This call site is reachable on all platforms. 'QuicStream' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build:
src/SuperSocket.Quic.Connection/QuicPipeConnection.cs#L43
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:
src/SuperSocket.Quic.Connection/QuicPipeConnection.cs#L22
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:
src/SuperSocket.Quic.Connection/QuicPipeConnection.cs#L23
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:
src/SuperSocket.Quic.Connection/QuicPipeConnection.cs#L38
This call site is reachable on all platforms. 'QuicConnection.OpenOutboundStreamAsync(QuicStreamType, CancellationToken)' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build:
src/SuperSocket.Quic.Connection/QuicPipeConnection.cs#L64
This call site is reachable on all platforms. 'QuicStream.ReadAsync(Memory<byte>, CancellationToken)' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build:
src/SuperSocket.Quic.Connection/QuicPipeConnection.cs#L80
This call site is reachable on all platforms. 'QuicStream.FlushAsync(CancellationToken)' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build:
src/SuperSocket.Quic.Connection/QuicPipeConnection.cs#L76
This call site is reachable on all platforms. 'QuicStream.WriteAsync(ReadOnlyMemory<byte>, CancellationToken)' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build:
src/SuperSocket.Quic.Connection/QuicPipeConnection.cs#L31
This call site is reachable on all platforms. 'QuicStream' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build:
src/SuperSocket.Quic.Connection/QuicPipeConnection.cs#L38
This call site is reachable on all platforms. 'QuicConnection.OpenOutboundStreamAsync(QuicStreamType, CancellationToken)' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Test:
src/SuperSocket.Quic.Connection/QuicPipeConnection.cs#L22
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)
|
Test:
src/SuperSocket.Quic.Connection/QuicPipeConnection.cs#L23
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)
|
Test:
src/SuperSocket.Quic.Connection/QuicPipeConnection.cs#L43
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)
|
Test:
src/SuperSocket.Quic.Connection/QuicPipeConnection.cs#L64
This call site is reachable on all platforms. 'QuicStream.ReadAsync(Memory<byte>, CancellationToken)' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Test:
src/SuperSocket.Quic.Connection/QuicPipeConnection.cs#L80
This call site is reachable on all platforms. 'QuicStream.FlushAsync(CancellationToken)' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Test:
src/SuperSocket.Quic.Connection/QuicPipeConnection.cs#L76
This call site is reachable on all platforms. 'QuicStream.WriteAsync(ReadOnlyMemory<byte>, CancellationToken)' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Test:
src/SuperSocket.Quic.Connection/QuicPipeConnection.cs#L38
This call site is reachable on all platforms. 'QuicConnection.OpenOutboundStreamAsync(QuicStreamType, CancellationToken)' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Test:
src/SuperSocket.Quic.Connection/QuicPipeConnection.cs#L31
This call site is reachable on all platforms. 'QuicStream' is only supported on: 'linux', 'macOS/OSX', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Test:
src/SuperSocket.Quic/QuicConnectionListener.cs#L132
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)
|
Test:
src/SuperSocket.Quic/QuicServerHostBuilderExtensions.cs#L16
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)
|
Loading