Update linux-macOS-CI.yml #195
sonar-analysis.yml
on: push
Run analysis & code coverage
4m 42s
Annotations
10 warnings
Run analysis & code coverage:
src/Utils/Data/HashTree.cs#L12
Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
|
Run analysis & code coverage:
src/Utils/Data/Tree.cs#L11
Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
|
Run analysis & code coverage:
src/Lifetime/NamedScopeLifetime.cs#L16
Make sure that this accessibility bypass is safe here. (https://rules.sonarsource.com/csharp/RSPEC-3011)
|
Run analysis & code coverage:
src/Multitenant/ITenantDistributor.cs#L8
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
|
Run analysis & code coverage:
src/Multitenant/TenantDistributor.cs#L15
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
|
Run analysis & code coverage:
src/Exceptions/ResolutionFailedException.cs#L24
Make sure not performing data validation after deserialization is safe here. (https://rules.sonarsource.com/csharp/RSPEC-5766)
|
Run analysis & code coverage:
src/Registration/Fluent/FluentServiceConfigurator.cs#L15
Reduce the number of generic parameters in the 'FluentServiceConfigurator' class to no more than the 2 authorized. (https://rules.sonarsource.com/csharp/RSPEC-2436)
|
Run analysis & code coverage:
src/Resolution/ResolutionBehavior.cs#L10
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)
|
Run analysis & code coverage:
src/Utils/Data/HashTree.cs#L238
Refactor 'Items' into a method, properties should not copy collections. (https://rules.sonarsource.com/csharp/RSPEC-2365)
|
Run analysis & code coverage:
src/Utils/Data/Tree.cs#L222
Refactor 'Items' into a method, properties should not copy collections. (https://rules.sonarsource.com/csharp/RSPEC-2365)
|