dolittle/DotNET.SDK

View on GitHub
Source/Aggregates/AggregateRoot.cs

Summary

Maintainability
A
1 hr
Test Coverage
B
84%

Method RehydrateInternal has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    internal async Task RehydrateInternal(IAsyncEnumerable<CommittedAggregateEvents> batches, IReadOnlyDictionary<Type, MethodInfo> onMethods,
        CancellationToken cancellationToken)
    {
        var hasBatches = false;
        var expectedVersion = AggregateRootVersion.Initial;
Severity: Minor
Found in Source/Aggregates/AggregateRoot.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status