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 d76696f commit 6bc9f5cCopy full SHA for 6bc9f5c
src/Ydb.Sdk/src/Ado/YdbConnection.cs
@@ -151,7 +151,7 @@ public override async Task CloseAsync()
151
152
public override string ConnectionString
153
{
154
- get => _connectionStringBuilder?.ConnectionString ?? "";
+ get => _connectionStringBuilder?.ConnectionString ?? string.Empty;
155
#pragma warning disable CS8765 // Nullability of type of parameter doesn't match overridden member (possibly because of nullability attributes).
156
set
157
#pragma warning restore CS8765 // Nullability of type of parameter doesn't match overridden member (possibly because of nullability attributes).
0 commit comments