BUTR/Bannerlord.BLSE

View on GitHub
src/Bannerlord.BLSE.Shared/Utils/HarmonyFinder.cs

Summary

Maintainability
A
2 hrs
Test Coverage

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

    private static HarmonyDiscoveryResult TryResolveHarmonyAssembliesFileFromSteam(AssemblyName assemblyName, out string? path)
    {
        path = null;
        var assemblyNameFull = $"{assemblyName.Name}.dll";

Severity: Minor
Found in src/Bannerlord.BLSE.Shared/Utils/HarmonyFinder.cs - About 1 hr to fix

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

        private static HarmonyDiscoveryResult TryResolveHarmonyAssembliesFile(AssemblyName assemblyName, out string? path)
        {
            path = null;
            var assemblyNameFull = $"{assemblyName.Name}.dll";
    
    
    Severity: Minor
    Found in src/Bannerlord.BLSE.Shared/Utils/HarmonyFinder.cs - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status