guibranco/CrispyWaffle

View on GitHub

Showing 44 of 120 total issues

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

            string document,
            string documentType,
            int fullLength,
            int[] multiplierFirstDigit,
            int[] multiplierSecondDigit
Severity: Minor
Found in Src/CrispyWaffle/Validations/PersonalDataValidation.cs - About 35 mins to fix

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

                T instance,
                bool useNonPublic,
                Type type,
                ParameterInfo parameter,
                List<object> arguments
    Severity: Minor
    Found in Src/CrispyWaffle/Extensions/ConversionExtensions.cs - About 35 mins to fix

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

                  T currentObject,
                  T newObject,
                  PropertyInfo propertyInfo,
                  T defaultObject,
                  Type type
      Severity: Minor
      Found in Src/CrispyWaffle/Extensions/TypeExtensions.cs - About 35 mins to fix

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

                    T value,
                    string key,
                    int databaseNumber,
                    TimeSpan? ttl = null,
                    bool fireAndForget = false
        Severity: Minor
        Found in Src/CrispyWaffle.Redis/Cache/RedisCacheRepository.cs - About 35 mins to fix
          Severity
          Category
          Status
          Source
          Language