morrisjdev/FileContextCore

View on GitHub
FileContextCore/Extensions/FileContextServiceCollectionExtensions.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method AddEntityFrameworkFileContextDatabase has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public static IServiceCollection AddEntityFrameworkFileContextDatabase([NotNull] this IServiceCollection serviceCollection)
        {
            Check.NotNull(serviceCollection, nameof(serviceCollection));

            var builder = new EntityFrameworkServicesBuilder(serviceCollection)

    There are no issues that match your filters.

    Category
    Status