We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5cdf0 commit 69c0d4cCopy full SHA for 69c0d4c
src/benchmarks/micro/libraries/System.Net.Sockets/Perf.Socket.cs
@@ -139,6 +139,7 @@ public async Task ReceiveFromAsyncThenSendToAsync_Task()
139
}
140
141
142
+#if NET8_0_OR_GREATER // APIs introduced in .NET 8: https://github.com/dotnet/runtime/issues/30797
143
[Benchmark]
144
public async Task ReceiveFromAsyncThenSendToAsync_SocketAddress()
145
{
@@ -160,6 +161,7 @@ public async Task ReceiveFromAsyncThenSendToAsync_SocketAddress()
160
161
await r;
162
163
164
+#endif
165
166
167
public void SendToThenReceiveFrom()
0 commit comments