bykovme/nswallet

View on GitHub
src/NSWallet/NSWallet/Helpers/2FA/Base32Encoding.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method ToBytes has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public static byte[] ToBytes(string input)
        {
            if (string.IsNullOrEmpty(input)) {
                return new byte[0];
            }
Severity: Minor
Found in src/NSWallet/NSWallet/Helpers/2FA/Base32Encoding.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status