furkandeveloper/EasyProfiler

View on GitHub
src/EasyProfiler.CronJob/Abstractions/CronJobService.cs

Summary

Maintainability
A
0 mins
Test Coverage

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

        protected virtual async Task ScheduleJob(CancellationToken cancellationToken)
        {
            var next = cronExpression.GetNextOccurrence(DateTimeOffset.Now, timeZoneInfo);
            if (next.HasValue)
            {
Severity: Minor
Found in src/EasyProfiler.CronJob/Abstractions/CronJobService.cs - About 1 hr to fix

There are no issues that match your filters.

Category
Status