lightyears1998/a-cycle-maui

View on GitHub
ACycle/Services/DatabaseMigration/DatabaseMigrationService.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method MigrateDatabaseAsync has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public async Task<string> MigrateDatabaseAsync(SQLiteAsyncConnection migrationDatabase)
        {
            StringBuilder migrationResultBuilder = new();
            long? lastSchemaVersion = null;
            long? schemaVersion = await migrationDatabase.GetSchemaAsync();
Severity: Minor
Found in ACycle/Services/DatabaseMigration/DatabaseMigrationService.cs - About 1 hr to fix

There are no issues that match your filters.

Category
Status