Is there a way to override the methods of the FluntErrorMessages class? #92
MateusKernDigibyte
started this conversation in
General
Replies: 1 comment
-
As they are static, you do not need to override, just set it: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I was replacing the strings of the FluntErrorMessages class and I would also like to change how the strings in the methods of this class are assembled, would it be possible to do that?
like this:
override FluntErrorMessages.IsFalseErrorMessage(string key) => $"This key {key} {IsFalseLocalizationErrorMessage} definitely";
Beta Was this translation helpful? Give feedback.
All reactions