ci(deps): Bump actions/upload-artifact from 5 to 6 (#383) #674
Annotations
10 warnings
|
analysis:
src/IbanNet/Registry/Patterns/PatternExtensions.cs#L45
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/IbanGenerator.cs#L90
Make sure that using this pseudorandom number generator is safe here. (https://rules.sonarsource.com/csharp/RSPEC-2245)
|
|
analysis:
src/IbanNet/Validation/Rules/IsValidCountryCodeRule.cs#L53
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
|
|
analysis:
src/IbanNet/CheckDigits/Mod9710.cs#L51
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
|
|
analysis:
src/IbanNet/CheckDigits/Mod9710.cs#L33
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
|
|
analysis:
src/IbanNet/CheckDigits/Mod9710.cs#L20
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
|
|
analysis:
src/IbanNet/Registry/Patterns/AsciiCategory.cs#L7
Rename the enumeration 'AsciiCategory' to match the regular expression: '^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?s$'. (https://rules.sonarsource.com/csharp/RSPEC-2342)
|
|
analysis:
src/IbanNet/Registry/IbanCountry.cs#L10
'{{TwoLetterISORegionName,nq} - {EnglishName,nq}\}' is not a valid expression. CS1073: Unexpected token ','. (https://rules.sonarsource.com/csharp/RSPEC-4545)
|
|
analysis:
src/IbanNet/Registry/IbanCountry.cs#L10
'{{TwoLetterISORegionName,nq} - {EnglishName,nq}\}' is not a valid expression. CS1073: Unexpected token ','. (https://rules.sonarsource.com/csharp/RSPEC-4545)
|