dolittle/DotNET.SDK

View on GitHub
Source/Analyzers/AttributeIdentityAnalyzer.cs

Summary

Maintainability
A
45 mins
Test Coverage

Method CheckAttributeParseAbleIfPresent has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    void CheckAttributeParseAbleIfPresent(AttributeSyntax attribute, IMethodSymbol symbol, SyntaxNodeAnalysisContext context, string parameterName,
        Func<string, bool> isParseAble, DiagnosticDescriptor descriptor)
Severity: Minor
Found in Source/Analyzers/AttributeIdentityAnalyzer.cs - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status