You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
; This rule has no effect for our projects, since we mainly use Endpoints which limits developers to only implement one action per "Controller".
275
275
dotnet_diagnostic.S6931.severity = none
276
276
277
+
# S6678: Use PascalCase for named placeholders
278
+
; Team decided that enforcing this rule is not worth the effort
279
+
dotnet_diagnostic.S6678.severity = none
280
+
277
281
# S6964: Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting
278
282
; This is handled by a custom model binder in our project templates that produces a bad request response in case of under-posting
0 commit comments