We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c1137 commit be8f6bbCopy full SHA for be8f6bb
src/Etcd.Microsoft.Extensions.Configuration/EtcdApplicationEnvironment.cs
@@ -1,5 +1,4 @@
1
using System;
2
-using System.IO;
3
4
namespace Etcd.Microsoft.Extensions.Configuration;
5
@@ -15,7 +14,6 @@ public static class EtcdApplicationEnvironment
15
14
16
private static string? _connectionString;
17
18
-
19
/// <summary>
20
/// Gets or sets the connection string.
21
/// </summary>
0 commit comments