Add GenericFormDataValidator2 that doesn't take DataType in constructor #2090
Annotations
10 warnings
src/Altinn.App.Core/Features/Validation/GenericFormDataValidator.cs#L13
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
src/Altinn.App.Core/Features/Validation/GenericFormDataValidator.cs#L30
A static field in a generic type is not shared among instances of different close constructed types. (https://rules.sonarsource.com/csharp/RSPEC-2743)
|
src/Altinn.App.Core/Features/Validation/GenericFormDataValidator2.cs#L16
A static field in a generic type is not shared among instances of different close constructed types. (https://rules.sonarsource.com/csharp/RSPEC-2743)
|
src/Altinn.App.Core/Features/Validation/GenericFormDataValidator2.cs#L28
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|
src/Altinn.App.Core/Features/Validation/GenericFormDataValidator2.cs#L35
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|
src/Altinn.App.Core/Features/Validation/GenericFormDataValidator.cs#L39
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|
src/Altinn.App.Core/Features/Validation/GenericFormDataValidator.cs#L46
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|
src/Altinn.App.Api/Controllers/TextsController.cs#L32
ModelState.IsValid should be checked in controller actions. (https://rules.sonarsource.com/csharp/RSPEC-6967)
|
src/Altinn.App.Api/Controllers/StatelessDataController.cs#L81
ModelState.IsValid should be checked in controller actions. (https://rules.sonarsource.com/csharp/RSPEC-6967)
|
src/Altinn.App.Api/Controllers/StatelessDataController.cs#L157
ModelState.IsValid should be checked in controller actions. (https://rules.sonarsource.com/csharp/RSPEC-6967)
|
The logs for this run have expired and are no longer available.
Loading