Advice needed on 'HandlebarsConfiguration.UnresolvedBindingFormatter' is obsolete #425
-
I get this message
With this c# code: private static readonly HandlebarsConfiguration HandlebarsConfiguration = new HandlebarsConfiguration
{
UnresolvedBindingFormatter = "{0}"
}; |
Beta Was this translation helpful? Give feedback.
Answered by
oformaniuk
Jan 30, 2021
Replies: 2 comments
-
Hello @StefH |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
oformaniuk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @StefH
See Register custom value formatter section of the readme.
Default implementation for UndefinedBindingResult you can find in UndefinedFormatter.cs