furkandeveloper/EasyProfiler

View on GitHub
src/EasyProfiler.CronJob/Extensions/CronJobServiceExtensions.cs

Summary

Maintainability
A
0 mins
Test Coverage

Method ToResulation has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

        public static IServiceCollection ToResulation(this IServiceCollection services, Action<DbResulationConfiguration> resulationConfiguration)
        {
            DbResulationConfiguration dbResulationConfiguration = new DbResulationConfiguration();
            resulationConfiguration.Invoke(dbResulationConfiguration);
            if (dbResulationConfiguration.UseCronExpression)
Severity: Minor
Found in src/EasyProfiler.CronJob/Extensions/CronJobServiceExtensions.cs - About 1 hr to fix

There are no issues that match your filters.

Category
Status