Finish transition of backend to using fluent validation and split up … #62
Annotations
10 warnings
Bones.Shared/Exceptions/ForbiddenAccessException.cs#L6
Refactor this type not to derive from an outdated type 'System.ApplicationException'. (https://rules.sonarsource.com/csharp/RSPEC-4052)
|
Bones.Shared/Exceptions/BonesException.cs#L7
Refactor this type not to derive from an outdated type 'System.ApplicationException'. (https://rules.sonarsource.com/csharp/RSPEC-4052)
|
Backend/Bones.Shared.Backend/Models/QueryResponse.cs#L61
Use a comparison to 'default(TResult)' instead or add a constraint to 'TResult' so that it can't be a value type. (https://rules.sonarsource.com/csharp/RSPEC-2955)
|
Backend/Bones.Shared.Backend/Models/QueryResponse.cs#L76
Use a comparison to 'default(TResult)' instead or add a constraint to 'TResult' so that it can't be a value type. (https://rules.sonarsource.com/csharp/RSPEC-2955)
|
Backend/Bones.Shared.Backend/PipelineBehaviors/PipelineBehaviorBase.cs#L87
Don't use string interpolation in logging message templates. (https://rules.sonarsource.com/csharp/RSPEC-2629)
|
Backend/Bones.Shared.Backend/PipelineBehaviors/PipelineBehaviorBase.cs#L101
Don't use string interpolation in logging message templates. (https://rules.sonarsource.com/csharp/RSPEC-2629)
|
Backend/Bones.Shared.Backend/PipelineBehaviors/PipelineBehaviorBase.cs#L109
Don't use string interpolation in logging message templates. (https://rules.sonarsource.com/csharp/RSPEC-2629)
|
Backend/Bones.Database/Operations/ProjectManagement/Queues/QueueDeleteQueueByIdDb/QueueDeleteQueueByIdDbHandler.cs#L22
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Backend/Bones.Database/Operations/ProjectManagement/WorkItemLayouts/QueueDeleteWorkItemLayoutByIdDb/QueueDeleteWorkItemLayoutByIdDbHandler.cs#L17
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Backend/Bones.Database/Migrations/20240908032021_IDontRememberWhatIChanged.cs#L18
Define a constant instead of using this literal 'ProjectId' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
This job succeeded
Loading