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
Example:
This template is accepted by the analyzer: "{Balance,10:#0.00}"
This isn't: "{Balance,10:+#0.00;-#0.00;0.00}"
The problem is that the + in the format, is triggering:
Serilog002: Error while parsing MessageTemplate: Found invalid charater '+' in property
I don't know if the problem is that the '+' is not accepted in the whole property placeholder, or that this character is rejected in the format part
The text was updated successfully, but these errors were encountered:
Example:
This template is accepted by the analyzer:
"{Balance,10:#0.00}"
This isn't:
"{Balance,10:+#0.00;-#0.00;0.00}"
The problem is that the
+
in the format, is triggering:Serilog002: Error while parsing MessageTemplate: Found invalid charater '+' in property
I don't know if the problem is that the '+' is not accepted in the whole property placeholder, or that this character is rejected in the format part
The text was updated successfully, but these errors were encountered: