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 b8db711 commit fad0f85Copy full SHA for fad0f85
src/Ydb.Sdk/src/Ado/Session/ImplicitSessionSource.cs
@@ -9,7 +9,7 @@ internal sealed class ImplicitSessionSource : ISessionSource
9
10
internal ImplicitSessionSource(IDriver driver, Action? onEmpty = null)
11
{
12
- _driver = driver ?? throw new ArgumentNullException(nameof(driver));
+ _driver = driver;
13
_onBecameEmpty = onEmpty;
14
}
15
0 commit comments