Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,9 @@
{
client = _socket.EndAccept(result);
}
catch (SocketException e)
catch (SocketException)
{
if (_disposed ||
e.SocketErrorCode == SocketError.OperationAborted ||
e.SocketErrorCode == SocketError.Interrupted)
{
return;
}

throw;
return;
}
catch (ObjectDisposedException)
{
Expand All @@ -81,16 +74,8 @@
{
_socket.BeginAccept(OnAccept, null);
}
catch (SocketException e)

Check failure on line 77 in src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug Mono_Interpreter_LibrariesTests)

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs#L77

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs(77,36): error CS0168: (NETCORE_ENGINEERING_TELEMETRY=Build) The variable 'e' is declared but never used

Check failure on line 77 in src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug Mono_MiniJIT_LibrariesTests)

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs#L77

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs(77,36): error CS0168: (NETCORE_ENGINEERING_TELEMETRY=Build) The variable 'e' is declared but never used

Check failure on line 77 in src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug Mono_MiniJIT_LibrariesTests)

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs#L77

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs(77,36): error CS0168: (NETCORE_ENGINEERING_TELEMETRY=Build) The variable 'e' is declared but never used

Check failure on line 77 in src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux_musl-x64 Debug CoreCLR_Libraries)

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs#L77

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs(77,36): error CS0168: (NETCORE_ENGINEERING_TELEMETRY=Build) The variable 'e' is declared but never used

Check failure on line 77 in src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-x64 Debug CoreCLR_Libraries)

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs#L77

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs(77,36): error CS0168: (NETCORE_ENGINEERING_TELEMETRY=Build) The variable 'e' is declared but never used

Check failure on line 77 in src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs

View check run for this annotation

Azure Pipelines / runtime (Build linux-arm64 Debug Libraries_CheckedCoreCLR)

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs#L77

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs(77,36): error CS0168: (NETCORE_ENGINEERING_TELEMETRY=Build) The variable 'e' is declared but never used

Check failure on line 77 in src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs

View check run for this annotation

Azure Pipelines / runtime (Build browser-wasm linux Release LibraryTests)

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs#L77

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs(77,36): error CS0168: (NETCORE_ENGINEERING_TELEMETRY=Build) The variable 'e' is declared but never used

Check failure on line 77 in src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug Mono_MiniJIT_LibrariesTests)

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs#L77

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs(77,36): error CS0168: (NETCORE_ENGINEERING_TELEMETRY=Build) The variable 'e' is declared but never used

Check failure on line 77 in src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs

View check run for this annotation

Azure Pipelines / runtime (Build browser-wasm linux Release LibraryTests_EAT)

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs#L77

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs(77,36): error CS0168: (NETCORE_ENGINEERING_TELEMETRY=Build) The variable 'e' is declared but never used

Check failure on line 77 in src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug Libraries_CheckedCoreCLR)

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs#L77

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs(77,36): error CS0168: (NETCORE_ENGINEERING_TELEMETRY=Build) The variable 'e' is declared but never used

Check failure on line 77 in src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug CoreCLR_Libraries)

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs#L77

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs(77,36): error CS0168: (NETCORE_ENGINEERING_TELEMETRY=Build) The variable 'e' is declared but never used

Check failure on line 77 in src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs

View check run for this annotation

Azure Pipelines / runtime

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs#L77

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs(77,36): error CS0168: (NETCORE_ENGINEERING_TELEMETRY=Build) The variable 'e' is declared but never used

Check failure on line 77 in src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs

View check run for this annotation

Azure Pipelines / runtime

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs#L77

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs(77,36): error CS0168: (NETCORE_ENGINEERING_TELEMETRY=Build) The variable 'e' is declared but never used

Check failure on line 77 in src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs

View check run for this annotation

Azure Pipelines / runtime

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs#L77

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs(77,36): error CS0168: (NETCORE_ENGINEERING_TELEMETRY=Build) The variable 'e' is declared but never used

Check failure on line 77 in src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs

View check run for this annotation

Azure Pipelines / runtime

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs#L77

src/libraries/Common/tests/System/Net/Sockets/SocketTestServerAPM.cs(77,36): error CS0168: (NETCORE_ENGINEERING_TELEMETRY=Build) The variable 'e' is declared but never used
{
if (_disposed ||
e.SocketErrorCode == SocketError.OperationAborted ||
e.SocketErrorCode == SocketError.Interrupted)
{
return;
}

throw;
}
catch (ObjectDisposedException)
{
Expand Down
Loading