add quic #282
Annotations
2 errors and 20 warnings
|
Test
The operation was canceled.
|
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.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#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#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#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/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)
|
Test:
src/SuperSocket.Quic/QuicConnectionListener.cs#L102
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:
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#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#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#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#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)
|
Loading