microting/eform-sdk-dotnet

View on GitHub
eFormCore/Migrations/20190923100451_ChangeStringToInt.cs

Summary

Maintainability
B
5 hrs
Test Coverage

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

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

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

            protected override void Down(MigrationBuilder migrationBuilder)
            {
                migrationBuilder.AlterColumn<string>(
                    name: "MicrotingUid",
                    table: "notifications",
    Severity: Major
    Found in eFormCore/Migrations/20190923100451_ChangeStringToInt.cs - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status