BUTR/Bannerlord.BLSE

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

Summary

Maintainability
A
2 hrs
Test Coverage

Method CheckSteam has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static void CheckSteam()
    {
        static void Exit()
        {
            MessageBoxDialog.Show("""
Severity: Minor
Found in src/Bannerlord.BLSE.Shared/Utils/UacHelper.cs - About 1 hr to fix

    Avoid too many return statements within this method.
    Open

            return false;
    Severity: Major
    Found in src/Bannerlord.BLSE.Shared/Utils/UacHelper.cs - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                  return null;
      Severity: Major
      Found in src/Bannerlord.BLSE.Shared/Utils/UacHelper.cs - About 30 mins to fix

        There are no issues that match your filters.

        Category
        Status