Promact/slack-erp-custom-integration-mvc

View on GitHub
Slack.Automation/Promact.Core.Repository/AutoMapperConfig/AutoMapperConfiguration.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method ConfigureMap has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public static IMapper ConfigureMap()
        {
            MapperConfiguration config = new MapperConfiguration(cfg =>
            {
                cfg.CreateMap<SlackUserDetails, SlackUserDetailAc>();

    There are no issues that match your filters.

    Category
    Status