Commit abfa301
committed
Pass idleTimeout to DbConnectionPoolGroupOptions in budget test
WaitHandleDbConnectionPoolBudgetTest was added in main while this branch
was in flight; updating its DbConnectionPoolGroupOptions construction to
pass idleTimeout: 0 fixes the CS7036 net462 build error.1 parent 7611570 commit abfa301
1 file changed
Lines changed: 2 additions & 1 deletion
File tree
- src/Microsoft.Data.SqlClient/tests/UnitTests/ConnectionPool
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments