w #1259
Annotations
10 warnings
build:
src/DbUp/dbup-postgresql/PostgresqlScriptExecutor.cs#L33
In member void PostgresqlScriptExecutor.ExecuteCommandsWithinExceptionHandler(int index, SqlScript script, Action executeCommand), change parameter name executeCommand to executeCallback in order to match the identifier as it has been declared in void ScriptExecutor.ExecuteCommandsWithinExceptionHandler(int index, SqlScript script, Action executeCallback) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
build:
src/Planar.API.Common/Entities/AppSettings/HooksSettingsInfo.cs#L5
Make 'Attention' a static property. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
build:
src/Jobs/SqlTableReportJob/SqlTableReportJob.cs#L286
Either log this exception and handle it, or rethrow it with some contextual information. (https://rules.sonarsource.com/csharp/RSPEC-2139)
|
build:
src/Planar.Service/General/Password/PasswordGenerator.cs#L79
Do not update the loop counter 'characterPosition' within the loop body. (https://rules.sonarsource.com/csharp/RSPEC-127)
|
build:
src/Planar.Service/Validation/ProcessJobPropertiesValidator.cs#L36
Make 'ExitCodeValid' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
build:
src/Planar.Service/Validation/ProcessJobPropertiesValidator.cs#L53
Make 'EncodingExists' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
build:
src/Planar.Service/Validation/PlanarJobPropertiesValidator.cs#L40
Make 'FileExtentionIsExe' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
build:
src/Planar/FolderConsts.cs#L53
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/DbUp/dbup-postgresql/PostgresqlScriptExecutor.cs#L33
In member void PostgresqlScriptExecutor.ExecuteCommandsWithinExceptionHandler(int index, SqlScript script, Action executeCommand), change parameter name executeCommand to executeCallback in order to match the identifier as it has been declared in void ScriptExecutor.ExecuteCommandsWithinExceptionHandler(int index, SqlScript script, Action executeCallback) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
build:
src/Planar.API.Common/Entities/AppSettings/HooksSettingsInfo.cs#L5
Make 'Attention' a static property. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|