McRule/McRule
Sean McArde cdc819d2f5 Updated readme and bumped version. 2024-04-23 16:11:08 -07:00
..
CoreExtensionFunctions.cs TEST BROKEN - working on EF string comparisons. 2023-09-02 11:30:15 -07:00
DynamicTypeRegistry.cs Added missing usings. 2023-12-11 16:12:14 -08:00
ExpressionGeneratorException.cs Removed the static GenerateExpressionPolicyForType and fleshed out more interfaces. Need testing with nested policies which rely on a specific expression generator for correctness. 2023-09-07 17:39:25 -07:00
ExpressionPolicy.cs Renaming from filter to expression and adding a public interface. 2023-07-11 14:55:16 -07:00
ExpressionRule.cs Nullchecks added. Pruned some whitespace. 2024-03-12 17:02:55 -07:00
Interfaces.cs Working towards property filtering. 2023-12-11 16:33:06 -08:00
LiteralValue.cs Added null literals via handlebar syntax. 2023-09-05 13:55:53 -07:00
McRule.csproj Updated readme and bumped version. 2024-04-23 16:11:08 -07:00
PolicyMap.cs Renaming from filter to expression and adding a public interface. 2023-07-11 14:55:16 -07:00
PredicateBuilder.cs Probably bad form to overload the LinqKit namespace since it's not mine and it may one day become a dependency here. 2023-03-17 10:09:35 -07:00
PredicateExpressionPolicyExtensions.cs ContainsKey method call will now short circuit expression evaluation. 2024-04-23 15:45:33 -07:00