enisn/AutoFilterer

View on GitHub
src/AutoFilterer.Generators/FilterGenerator.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method GetFilterDtoCode has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    internal string GetFilterDtoCode(string className, IEnumerable<IPropertySymbol> properties,
        string @namespace = null)
    {
        var start = $@"
using System;
Severity: Minor
Found in src/AutoFilterer.Generators/FilterGenerator.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status