dolittle/DotNET.SDK

View on GitHub
Source/Common/Model/Binding.cs

Summary

Maintainability
A
45 mins
Test Coverage
B
83%

Method Binding has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

public record Binding<TIdentifier, TId> : Binding, IBinding<TIdentifier, TId>
    where TIdentifier : IIdentifier<TId>
    where TId : ConceptAs<Guid>
{
Severity: Minor
Found in Source/Common/Model/Binding.cs - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status