BUTR/Bannerlord.BLSE

View on GitHub
src/Bannerlord.BLSE.Loaders.Standalone/GameConsistencyChecker.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method Verify has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static void Verify()
    {
        var assemblyFile = new FileInfo(typeof(GameConsistencyChecker).Assembly.Location);

        var platform = assemblyFile.Directory!.Name;
Severity: Minor
Found in src/Bannerlord.BLSE.Loaders.Standalone/GameConsistencyChecker.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status