We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea4c9f commit 95aaf4cCopy full SHA for 95aaf4c
1 file changed
src/EventLogExpert.UI/Models/FilterComparison.cs
@@ -17,7 +17,7 @@ public string Value
17
set
18
{
19
Expression = DynamicExpressionParser
20
- .ParseLambda<DisplayEventModel, bool>(ParsingConfig.Default, false, value)
+ .ParseLambda<DisplayEventModel, bool>(new ParsingConfig { AllowEqualsAndToStringMethodsOnObject = true }, false, value)
21
.Compile();
22
23
_value = value;
0 commit comments