Skip to content

Commit c2fb0e0

Browse files
committed
Fix compilation. Remove tests, not portable.
1 parent 9b91aaf commit c2fb0e0

File tree

3 files changed

+1
-708
lines changed

3 files changed

+1
-708
lines changed

src/Microsoft.Data.SqlClient/tests/Common/LocalAppContextSwitchesHelper.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public sealed class LocalAppContextSwitchesHelper : IDisposable
4646
private readonly Tristate _legacyVarTimeZeroScaleBehaviourOriginal;
4747
private readonly FieldInfo _useConnectionPoolV2Field;
4848
private readonly Tristate _useConnectionPoolV2Original;
49+
private readonly FieldInfo _ignoreServerProvidedFailoverPartnerField;
4950
private readonly Tristate _ignoreServerProvidedFailoverPartnerOriginal;
5051
#if NETFRAMEWORK
5152
private readonly FieldInfo _disableTnirByDefaultField;

0 commit comments

Comments
 (0)