CaffGeek/MBACNationals

View on GitHub
Aggregates/Participant/ParticipantAggregate.cs

Summary

Maintainability
A
2 hrs
Test Coverage

Class ParticipantAggregate has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

    public class ParticipantAggregate : Aggregate,
        IApplyEvent<ParticipantCreated>,
        IApplyEvent<ParticipantRenamed>,
        IApplyEvent<ParticipantAssignedToContingent>,
        IApplyEvent<ParticipantAssignedToTeam>,
Severity: Minor
Found in Aggregates/Participant/ParticipantAggregate.cs - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status