Aragas/Bannerlord.MBOptionScreen

View on GitHub
src/MCM.Abstractions/FluentBuilder/ISettingsPropertyGroupBuilder.cs

Summary

Maintainability
A
2 hrs
Test Coverage

Method AddInteger has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

        ISettingsPropertyGroupBuilder AddInteger(string id, string name, int minValue, int maxValue, IRef @ref, Action<ISettingsPropertyIntegerBuilder>? builder);
Severity: Minor
Found in src/MCM.Abstractions/FluentBuilder/ISettingsPropertyGroupBuilder.cs - About 45 mins to fix

    Method AddFloatingInteger has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            ISettingsPropertyGroupBuilder AddFloatingInteger(string id, string name, float minValue, float maxValue, IRef @ref, Action<ISettingsPropertyFloatingIntegerBuilder>? builder);
    Severity: Minor
    Found in src/MCM.Abstractions/FluentBuilder/ISettingsPropertyGroupBuilder.cs - About 45 mins to fix

      Method AddDropdown has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

              ISettingsPropertyGroupBuilder AddDropdown(string id, string name, int selectedIndex, IRef @ref, Action<ISettingsPropertyDropdownBuilder>? builder);
      Severity: Minor
      Found in src/MCM.Abstractions/FluentBuilder/ISettingsPropertyGroupBuilder.cs - About 35 mins to fix

        Method AddButton has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

                ISettingsPropertyGroupBuilder AddButton(string id, string name, IRef @ref, string content, Action<ISettingsPropertyButtonBuilder>? builder);
        Severity: Minor
        Found in src/MCM.Abstractions/FluentBuilder/ISettingsPropertyGroupBuilder.cs - About 35 mins to fix

          There are no issues that match your filters.

          Category
          Status