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}"
}; |
Answered by
oformaniuk
Jan 30, 2021
Replies: 2 comments
|
Hello @StefH |
0 replies
Answer selected by
oformaniuk
|
Thanks |
0 replies
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