microting/eform-sdk-dotnet

View on GitHub
eFormCore/Migrations/20201116164405_AddingDescriptionToEntityGroup.cs

Summary

Maintainability
B
4 hrs
Test Coverage

Method Up has 60 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        protected override void Up(MigrationBuilder migrationBuilder)
        {
            migrationBuilder.DropForeignKey(
                name: "FK_LanguageQuestionSetVersions_LanguageQuestionSets_LanguageQues",
                table: "LanguageQuestionSetVersions");
Severity: Major
Found in eFormCore/Migrations/20201116164405_AddingDescriptionToEntityGroup.cs - About 2 hrs to fix

    Method Down has 58 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            protected override void Down(MigrationBuilder migrationBuilder)
            {
                migrationBuilder.DropForeignKey(
                    name: "FK_LanguageQuestionSetVersions_LanguageQuestionSets_LanguageQue~",
                    table: "LanguageQuestionSetVersions");
    Severity: Major
    Found in eFormCore/Migrations/20201116164405_AddingDescriptionToEntityGroup.cs - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status