Skip to content

chore(deps): Bump Microsoft.Extensions.DependencyInjection and Microsoft.NETFramework.ReferenceAssemblies #380

chore(deps): Bump Microsoft.Extensions.DependencyInjection and Microsoft.NETFramework.ReferenceAssemblies

chore(deps): Bump Microsoft.Extensions.DependencyInjection and Microsoft.NETFramework.ReferenceAssemblies #380

Triggered via pull request November 13, 2024 15:52
Status Success
Total duration 3m 43s
Artifacts

sonarcloud.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
analysis: src/IbanNet/Registry/Patterns/AsciiCategory.cs#L21
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
analysis: src/IbanNet/Validation/Rules/IsValidCountryCodeRule.cs#L54
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
analysis: src/IbanNet/Validation/Rules/LimitCountryRule.cs#L21
Change the visibility of this constructor to 'private protected'. (https://rules.sonarsource.com/csharp/RSPEC-3442)
analysis: src/IbanNet/Registry/IbanGenerator.cs#L90
Make sure that using this pseudorandom number generator is safe here. (https://rules.sonarsource.com/csharp/RSPEC-2245)
analysis: src/IbanNet/Registry/Patterns/PatternExtensions.cs#L44
Extract this nested ternary operation into an independent statement. (https://rules.sonarsource.com/csharp/RSPEC-3358)
analysis: src/IbanNet/Registry/Patterns/PatternValidator.cs#L53
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
analysis: src/IbanNet/Registry/Patterns/AsciiCategory.cs#L21
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
analysis: src/IbanNet/Validation/Rules/LimitCountryRule.cs#L21
Change the visibility of this constructor to 'private protected'. (https://rules.sonarsource.com/csharp/RSPEC-3442)
analysis: src/IbanNet/Registry/IbanGenerator.cs#L90
Make sure that using this pseudorandom number generator is safe here. (https://rules.sonarsource.com/csharp/RSPEC-2245)
analysis: src/IbanNet/Registry/Patterns/PatternValidator.cs#L65
Extract this nested code block into a separate method. (https://rules.sonarsource.com/csharp/RSPEC-1199)