eFormCore/Migrations/20190408081151_AddingFolders.Designer.cs
Method BuildTargetModel
has 1422 lines of code (exceeds 25 allowed). Consider refactoring. Wontfix
Wontfix
protected override void BuildTargetModel(ModelBuilder modelBuilder)
{
#pragma warning disable 612, 618
string autoIDGenStrategy = "SqlServer:ValueGenerationStrategy";
object autoIDGenStrategyValue = MySqlValueGenerationStrategy.IdentityColumn;
File 20190408081151_AddingFolders.Designer.cs
has 1455 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;