-
Notifications
You must be signed in to change notification settings - Fork 314
Closed
Description
SqlClient/src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SNI/SNITcpHandle.cs
Line 821 in 699ae37
internal static void SetKeepAliveValues(ref Socket socket) |
This method is not called from anywhere. So I think it just doesn't do his stuff.
Please also pay attention that it is wrapped with if NETCOREAPP31_AND_ABOVE, which is defined as:
<PropertyGroup Condition="'$(TargetGroup)' == 'netcoreapp' AND !$(TargetFramework.StartsWith('netcoreapp2.'))">
<DefineConstants>$(DefineConstants);NETCOREAPP31_AND_ABOVE</DefineConstants>
</PropertyGroup>
which does not include .Net5 I assume if you build with net5.0
Metadata
Metadata
Assignees
Labels
No labels