microting/eform-sdk-dotnet

View on GitHub
eFormCore/Migrations/20200120093951_CleanupInSight.cs

Summary

Maintainability
B
4 hrs
Test Coverage

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

        protected override void Up(MigrationBuilder migrationBuilder)
        {
            migrationBuilder.AddColumn<int>(
                name: "MicrotingUid",
                table: "survey_configurations",
Severity: Major
Found in eFormCore/Migrations/20200120093951_CleanupInSight.cs - About 2 hrs to fix

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

            protected override void Down(MigrationBuilder migrationBuilder)
            {
                migrationBuilder.DropColumn(
                    name: "MicrotingUid",
                    table: "survey_configurations");
    Severity: Major
    Found in eFormCore/Migrations/20200120093951_CleanupInSight.cs - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status