BUTR/Bannerlord.BLSE

View on GitHub
src/Bannerlord.LauncherEx/Helpers/UI/PrefabExtensionManager.cs

Summary

Maintainability
A
1 hr
Test Coverage

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

    public static void RegisterPatch(string movie, string? xpath, PrefabExtensionInsertAsSiblingPatch patch)
    {
        RegisterPatch(movie, xpath, node =>
        {
            var ownerDocument = node as XmlDocument ?? node.OwnerDocument;
Severity: Minor
Found in src/Bannerlord.LauncherEx/Helpers/UI/PrefabExtensionManager.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status