eFormCore/Migrations/20190509074123_RefactoringidtoId.cs
Method Up
has 474 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected override void Up(MigrationBuilder migrationBuilder)
{
//Setup for SQL Server Provider
string autoIDGenStrategy = "SqlServer:ValueGenerationStrategy";
File 20190509074123_RefactoringidtoId.cs
has 718 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
namespace Microting.eForm.Migrations
{
Method Down
has 216 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropForeignKey(
name: "FK_folders_folders_parentId",
table: "folders");