Skip to content

Fixup docs

Fixup docs #213

Triggered via push December 20, 2024 16:13
Status Success
Total duration 4m 45s
Artifacts
Run analysis & code coverage
4m 31s
Run analysis & code coverage
Fit to window
Zoom out
Zoom in

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/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/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#L9
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)
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)