rafaelturon/blockchain-investments

View on GitHub
src/Blockchain.Investments.Bitcoin/Domain/BitIdCredentials.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method VerifyMessage has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public BitIdResponse VerifyMessage() 
        {
            BitIdResponse response = new BitIdResponse();
            response.Success = false;

Severity: Minor
Found in src/Blockchain.Investments.Bitcoin/Domain/BitIdCredentials.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status