chore(lint deps): update dependency roslynator.analyzers to 4.12.9 #292
Triggered via pull request
September 13, 2024 19:10
Status
Failure
Total duration
1m 56s
Artifacts
–
Annotations
5 errors and 1 warning
CodeQL C#:
MumbleApi/Authentication/ZitadelAuthorizeAttribute.cs#L7
Specify AttributeUsage on 'ZitadelAuthorizeAttribute' to improve readability, even though it inherits it from its base type. (https://rules.sonarsource.com/csharp/RSPEC-3993)
|
CodeQL C#:
MumbleApi/Models/PaginationParameters.cs#L12
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
|
CodeQL C#:
MumbleApi/Authentication/ZitadelAuthorizeAttribute.cs#L7
Specify AttributeUsage on 'ZitadelAuthorizeAttribute' to improve readability, even though it inherits it from its base type. (https://rules.sonarsource.com/csharp/RSPEC-3993)
|
CodeQL C#:
MumbleApi/Models/PaginationParameters.cs#L12
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting. (https://rules.sonarsource.com/csharp/RSPEC-6964)
|
CodeQL C#
Process completed with exit code 1.
|
CodeQL C#
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
|