dolittle/DotNET.SDK

View on GitHub
Source/Events/Store/Converters/ISerializeEventContent.cs

Summary

Maintainability
A
35 mins
Test Coverage

Method TryDeserialize has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    bool TryDeserialize(EventType eventType, EventLogSequenceNumber sequenceNumber, string json, [NotNullWhen(true)] out object? content, [NotNullWhen(false)] out Exception? error);
Severity: Minor
Found in Source/Events/Store/Converters/ISerializeEventContent.cs - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status