dolittle/DotNET.SDK

View on GitHub
Source/Testing/Projections/ProjectionTests.cs

Summary

Maintainability
A
1 hr
Test Coverage

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

    void On(CommittedEvent evt)
    {
        var eventType = evt.EventType;
        if (!_projection.Events.TryGetValue(eventType, out var keySelector))
        {
Severity: Minor
Found in Source/Testing/Projections/ProjectionTests.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status