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 b66d978 commit ca95760Copy full SHA for ca95760
src/Serilog.Settings.Configuration/Settings/Configuration/StringArgumentValue.cs
@@ -10,7 +10,7 @@ class StringArgumentValue : IConfigurationArgumentValue
10
{
11
readonly string _providedValue;
12
13
- static readonly Regex StaticMemberAccessorRegex = new Regex("^(?<shortTypeName>[^:]+)::(?<memberName>[A-Za-z][A-Za-z0-9]*)(?<typeNameExtraQualifiers>[^:]*)$");
+ static readonly Regex StaticMemberAccessorRegex = new("^(?<shortTypeName>[^:]+)::(?<memberName>[A-Za-z][A-Za-z0-9]*)(?<typeNameExtraQualifiers>[^:]*)$");
14
15
public StringArgumentValue(string providedValue)
16
0 commit comments