dolittle/DotNET.SDK

View on GitHub
Source/Protobuf/ClaimExtensions.cs

Summary

Maintainability
A
1 hr
Test Coverage
F
55%

Method TryToClaims has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static bool TryToClaims(this IEnumerable<PbClaim> source, out Claims claims, [NotNullWhen(false)] out Exception? error)
    {
        claims = null;
        if (source == null)
        {
Severity: Minor
Found in Source/Protobuf/ClaimExtensions.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status