Skip to content

Supply IFormatProvider to CompactJsonFormatter/RenderedCompactJsonFormatter #55

@nblumhardt

Description

@nblumhardt

Message template rendering is culture-specific; the constructors for the included formatter types should accept an optional IFormatProvider (likely through an overload) so that consumers can opt into the locale of their choosing.

Note that v2 dev currently uses CultureInfo.InvariantCulture inline in the source code, via #54, which is a breaking change (the old default would use the current locale).

When this change is implemented, we should revert that breakage and again default to the current culture.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions