Skip to content

Commit

Permalink
Changed default value.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra authored and rynowak committed May 1, 2021
1 parent 5367df2 commit 3b49ad0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class DaprSecretStoreConfigurationSource : IConfigurationSource
/// <summary>
/// Gets or sets the store name.
/// </summary>
public string Store { get; set; } = string.Empty;
public string Store { get; set; } = default!;

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

0 comments on commit 3b49ad0

Please sign in to comment.