Skip to content

Commit 3b49ad0

Browse files
dlemstrarynowak
authored andcommitted
Changed default value.
1 parent 5367df2 commit 3b49ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dapr.Extensions.Configuration/DaprSecretStoreConfigurationSource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class DaprSecretStoreConfigurationSource : IConfigurationSource
1818
/// <summary>
1919
/// Gets or sets the store name.
2020
/// </summary>
21-
public string Store { get; set; } = string.Empty;
21+
public string Store { get; set; } = default!;
2222

2323
/// <summary>
2424
/// Gets or sets a value indicating whether any key delimiters should be replaced with the delimiter ":".

0 commit comments

Comments
 (0)