Skip to content

Commit e9d8695

Browse files
committed
User Story 37545: Create app context switch test helper
- Fixed net462 compile error.
1 parent 6584f8a commit e9d8695

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ void InitField(string name, out FieldInfo field, out Tristate value)
143143

144144
#if NETFRAMEWORK
145145
InitField(
146-
switchesType,
147146
"s_disableTNIRByDefault",
148147
out _disableTNIRByDefaultField,
149148
out _disableTNIRByDefaultOriginal);

0 commit comments

Comments
 (0)