guibranco/Sankhya-SDK-dotnet

View on GitHub

Showing 145 of 326 total issues

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

        Exception exception,
        ServiceName name,
        ServiceCategory category,
        ServiceRequest request,
        RequestRetryData retryData
Severity: Minor
Found in Src/Sankhya/SankhyaWrapper.cs - About 35 mins to fix

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

            T instance,
            ReferenceLevel maxInnerLevel,
            string prefix,
            ReferenceLevel currentLevel,
            PropertyInfo propertyInfo
    Severity: Minor
    Found in Src/Sankhya/Helpers/EntityDynamicSerialization.cs - About 35 mins to fix

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

              [Localizable(false)] string title,
              [Localizable(false)] string description,
              [Localizable(false)] string tip,
              SankhyaWarningLevel level,
              ICollection<SystemWarningRecipient> recipients = null
      Severity: Minor
      Found in Src/Sankhya/RequestWrappers/KnowServicesRequestWrapper.cs - About 35 mins to fix

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

                Exception exception,
                ServiceName name,
                ServiceAttribute service,
                ServiceRequest request,
                RequestRetryData retryData
        Severity: Minor
        Found in Src/Sankhya/SankhyaWrapper.cs - About 35 mins to fix

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

                  T instance,
                  Type type,
                  ReferenceLevel maxInnerLevel,
                  string prefix = null,
                  ReferenceLevel currentLevel = ReferenceLevel.None
          Severity: Minor
          Found in Src/Sankhya/Helpers/EntityDynamicSerialization.cs - About 35 mins to fix
            Severity
            Category
            Status
            Source
            Language