engine-bay/data-protection

View on GitHub

Showing 1 of 14 total issues

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

        public static void AddKeyStoreProvider(IServiceCollection services)
        {
            var dataProtectionKeyStoreProvider = GetDataProtectionKeyStoreProvider();
            var dataProtectionNamespace = GetDataProtectionNamespace();
            var keyLifetime = GetKeyLifetime();
Severity: Minor
Found in EngineBay.DataProtection/DataProtectionKeyStoreConfiguration.cs - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language