Closed StefH closed 3 years ago
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}" };
Hello @StefH See Register custom value formatter section of the readme. Default implementation for UndefinedBindingResult you can find in UndefinedFormatter.cs
Thanks
I get this message
With this c# code: