Replies: 1 comment
-
@Ranjpri - Can you please share the rules JSON to help debug the issue further ? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a rules setting, but even if I put the ReSettings to false explicitly, its not comparing case insensite against the rule expression. I am nuget version 5.0.6 and
var reSettings = new ReSettings
{
CustomTypes = new Type[] { typeof(Utils) }
};
reSettings.IsExpressionCaseSensitive = false;
What do I do here.
Beta Was this translation helpful? Give feedback.
All reactions