Skip to content

Bump Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.2 to 8.0.… #3096

Bump Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.2 to 8.0.…

Bump Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.2 to 8.0.… #3096

Triggered via push March 14, 2024 06:20
Status Success
Total duration 6m 49s
Artifacts

sonarcloud.yml

on: push
check if SONAR_TOKEN is set in github secrets
0s
check if SONAR_TOKEN is set in github secrets
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: UriMatchService/UriTemplateMatcher.cs#L125
Return an empty collection instead of null. (https://rules.sonarsource.com/csharp/RSPEC-1168)
Build: CodeSnippetsReflection/SnippetBaseModel.cs#L34
This line will not be executed conditionally; only the first line of this 3-line block will be. The rest will execute unconditionally. (https://rules.sonarsource.com/csharp/RSPEC-2681)
Build: CodeSnippetsReflection/SnippetBaseModel.cs#L52
"StartsWith" overloads that take a "char" should be used (https://rules.sonarsource.com/csharp/RSPEC-6610)
Build: UtilityService/UtilityExtensions.cs#L86
Refactor this method to reduce its Cognitive Complexity from 22 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
Build: KnownIssuesService/Services/KnownIssuesService.cs#L79
Add logic to this catch clause or eliminate it and rethrow the exception automatically. (https://rules.sonarsource.com/csharp/RSPEC-2737)
Build: KnownIssuesService/Services/KnownIssuesService.cs#L142
Refactor this method to reduce its Cognitive Complexity from 25 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
Build: CodeSnippetsReflection.OData/Properties/AssemblyInfo.cs#L5
Remove this empty namespace. (https://rules.sonarsource.com/csharp/RSPEC-3261)
Build: CodeSnippetsReflection.OData/LanguageGenerators/CSharpGenerator.cs#L405
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
Build: CodeSnippetsReflection.OData/LanguageGenerators/CSharpGenerator.cs#L89
Define a constant instead of using this literal '@odata.id' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
Build: CodeSnippetsReflection.OData/TypeProperties/CSharpTypeProperties.cs#L20
Indexing at Count-1 should be used instead of the "Enumerable" extension method "Last" (https://rules.sonarsource.com/csharp/RSPEC-6608)