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 b8311f8 commit 0775c85Copy full SHA for 0775c85
src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/ConnectionPoolTest/ConnectionPoolStressTest.cs
@@ -55,7 +55,7 @@ public class ConnectionPoolStressTest
55
// Reflection fields for accessing internal connection properties
56
private readonly FieldInfo? _internalConnectionField;
57
58
- internal ConnectionPoolStressTest()
+ public ConnectionPoolStressTest()
59
{
60
try
61
0 commit comments