You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Serilog.Settings.Configuration/Settings/Configuration/ConfigurationReader.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -382,7 +382,7 @@ internal static MethodInfo SelectConfigurationMethod(IEnumerable<MethodInfo> can
382
382
if(!methodsByName.Any())
383
383
thrownewMissingMethodException($"Unable to find a method called {name}. Candidate methods are:{Environment.NewLine}{string.Join(Environment.NewLine,candidateMethods)}");
384
384
385
-
stringmsg=$"Unable to find a method called {name}"
385
+
stringmsg=$"Unable to find a method called {name}"
0 commit comments