Feature/508 notification with resource #1205
Annotations
10 warnings
Build & Test:
src/Altinn.Notifications.Core/Models/Orders/NotificationOrderRequest.cs#L54
Constructor has 8 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
Build & Test:
src/Altinn.Notifications.Core/Models/Orders/NotificationOrder.cs#L50
Constructor has 10 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
Build & Test:
src/Altinn.Notifications/appsettings.json#L11
"pwd" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
|
Build & Test:
src/Altinn.Notifications/appsettings.json#L12
"pwd" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
|
Build & Test:
src/Altinn.Notifications/Models/EmailNotificationOrderRequestExt.cs#L17
Property used as input in a controller action should be nullable or annotated with the Required attribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
|
Build & Test:
src/Altinn.Notifications/Models/EmailNotificationOrderRequestExt.cs#L23
Property used as input in a controller action should be nullable or annotated with the Required attribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
|
Build & Test:
src/Altinn.Notifications/Models/EmailNotificationOrderRequestExt.cs#L29
Property used as input in a controller action should be nullable or annotated with the Required attribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
|
Build & Test:
src/Altinn.Notifications/Models/NotificationOrderRequestBaseExt.cs#L14
Property used as input in a controller action should be nullable or annotated with the Required attribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
|
Build & Test:
src/Altinn.Notifications/Models/NotificationOrderRequestBaseExt.cs#L26
Property used as input in a controller action should be nullable or annotated with the Required attribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
|
Build & Test:
src/Altinn.Notifications/Models/NotificationOrderRequestBaseExt.cs#L32
Property used as input in a controller action should be nullable or annotated with the Required attribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
|
Loading