dolittle/DotNET.SDK

View on GitHub
Source/Microservices/Version.cs

Summary

Maintainability
A
35 mins
Test Coverage
A
100%

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

public record Version(int Major, int Minor, int Patch, int Build = 0, string PreReleaseString = "")
Severity: Minor
Found in Source/Microservices/Version.cs - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status