eFormCore/Migrations/20190514053645_RefactoringAttributeNames.cs
Method Up
has 2729 lines of code (exceeds 25 allowed). Consider refactoring. Invalid
Invalid
protected override void Up(MigrationBuilder migrationBuilder)
{
//Setup for SQL Server Provider
string autoIDGenStrategy = "SqlServer:ValueGenerationStrategy";
File 20190514053645_RefactoringAttributeNames.cs
has 2759 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
namespace Microting.eForm.Migrations
{