enisn/AutoFilterer

View on GitHub
src/AutoFilterer/Types/Range.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method BuildExpression has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public virtual Expression BuildExpression(Expression body, PropertyInfo targetProperty, PropertyInfo filterProperty, object value)
    {
        return GetRangeComparison();

        BinaryExpression GetRangeComparison()
Severity: Minor
Found in src/AutoFilterer/Types/Range.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status