Skip to content

Commit 2108213

Browse files
dev: delete null factory instance (#188)
1 parent 6a4d4d2 commit 2108213

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Ydb.Sdk/src/Ado/YdbConnectionStringBuilder.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Diagnostics.CodeAnalysis;
33
using System.Security.Cryptography.X509Certificates;
44
using Microsoft.Extensions.Logging;
5-
using Microsoft.Extensions.Logging.Abstractions;
65
using Ydb.Sdk.Auth;
76

87
namespace Ydb.Sdk.Ado;
@@ -138,7 +137,7 @@ public string? RootCertificate
138137

139138
private string? _rootCertificate;
140139

141-
public ILoggerFactory LoggerFactory { get; set; } = new NullLoggerFactory();
140+
public ILoggerFactory? LoggerFactory { get; set; }
142141

143142
public ICredentialsProvider? CredentialsProvider { get; set; }
144143

0 commit comments

Comments
 (0)