Skip to content

add security provider injector #1445

add security provider injector

add security provider injector #1445

Triggered via pull request November 11, 2024 09:53
Status Success
Total duration 8m 56s
Artifacts

sonarqube.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 13 warnings
build: src/Framework.SecuritySystem/Services/RootSecurityProviderFactory.cs#L63
The type or namespace name 'DomainSecurityProviderFactory<>' could not be found (are you missing a using directive or an assembly reference?)
build: src/Framework.SecuritySystem/DomainServices/DomainSecurityService.cs#L5
The type or namespace name 'IDomainSecurityProviderFactory<>' could not be found (are you missing a using directive or an assembly reference?)
build: src/Framework.SecuritySystem/Services/RootSecurityProviderFactory.cs#L63
The type or namespace name 'DomainSecurityProviderFactory<>' could not be found (are you missing a using directive or an assembly reference?)
build: src/Framework.SecuritySystem/DomainServices/DomainSecurityService.cs#L5
The type or namespace name 'IDomainSecurityProviderFactory<>' could not be found (are you missing a using directive or an assembly reference?)
build
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-java@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-java@v1, actions/cache@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/Framework.Core.Reflection/ReflectionImpl/BaseTypeImpl.cs#L198
The variable 'e' is declared but never used
build: src/Framework.Core.Reflection/ReflectionImpl/BaseMethodInfoImpl.cs#L8
All 'GetCustomAttributes' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
build: src/Framework.Core.Reflection/ReflectionImpl/BasePropertyInfoImpl.cs#L8
All 'GetCustomAttributes' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
build: src/Framework.Core.Reflection/ReflectionImpl/BaseTypeImpl.cs#L8
All 'GetCustomAttributes' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
build: src/Framework.Persistent.Mapping.Audit/TypeExtensions.cs#L21
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
build: src/_Authorization/Framework.Authorization.LegacyAttributes/_Validation/_Operation/AuthorizationOperationContext.cs#L7
Rename this enumeration to match the regular expression: '^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?s$'. (https://rules.sonarsource.com/csharp/RSPEC-2342)
build: src/Framework.Core.Pipe/PipeMaybeObjectExtensions.cs#L34
Possible null reference assignment.
build: src/Framework.Core.Pipe/PipeMaybeObjectExtensions.cs#L8
All 'Maybe' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
build: src/Framework.Core.Pipe/FuncHelper.cs#L26
Reduce the number of generic parameters in the 'FuncHelper.Create' method to no more than the 3 authorized. (https://rules.sonarsource.com/csharp/RSPEC-2436)
build: src/Framework.Core.Pipe/FuncHelper.cs#L33
Reduce the number of generic parameters in the 'FuncHelper.Create' method to no more than the 3 authorized. (https://rules.sonarsource.com/csharp/RSPEC-2436)