eFormSDK.Integration.Tests/DbTestFixture.cs
Method ClearDb
has 90 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private async Task ClearDb()
{
Console.WriteLine($"Starting ClearDb {DateTime.Now.ToString(CultureInfo.CurrentCulture)}");
List<string> modelNames = new List<string>();
Method Setup
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
[SetUp]
public async Task Setup()
{
Console.WriteLine($"Starting Setup {DateTime.Now.ToString(CultureInfo.CurrentCulture)}");