Skip to content

Advice needed on 'HandlebarsConfiguration.UnresolvedBindingFormatter' is obsolete #421

Description

@StefH

I get this message

'HandlebarsConfiguration.UnresolvedBindingFormatter' is obsolete: 'Register custom formatters using `Formatters` property'

With this c# code:

private static readonly HandlebarsConfiguration HandlebarsConfiguration = new HandlebarsConfiguration
        {
            UnresolvedBindingFormatter = "{0}"
        };

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