Promact/slack-erp-custom-integration-mvc

View on GitHub
Slack.Automation/Promact.Core.Repository/AttachmentRepository/AttachmentRepository.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method SlackResponseAttachment has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public List<SlashAttachment> SlackResponseAttachment(string leaveRequestId, string replyText)
        {
            List<SlashAttachmentAction> ActionList = new List<SlashAttachmentAction>();
            List<SlashAttachment> attachment = new List<SlashAttachment>();
            SlashAttachment attachmentList = new SlashAttachment();

    There are no issues that match your filters.

    Category
    Status