Fixup docs #212
sonar-analysis.yml
on: push
Run analysis & code coverage
3m 11s
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/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/Immutable/ImmutableTree.cs#L177
Refactor 'Items' into a method, properties should not copy collections. (https://rules.sonarsource.com/csharp/RSPEC-2365)
|
Run analysis & code coverage:
src/Utils/Data/Immutable/ImmutableTree.cs#L536
Refactor 'Items' into a method, properties should not copy collections. (https://rules.sonarsource.com/csharp/RSPEC-2365)
|
Run analysis & code coverage:
src/Utils/Data/Immutable/ImmutableTree.cs#L740
Refactor 'Items' into a method, properties should not copy collections. (https://rules.sonarsource.com/csharp/RSPEC-2365)
|