Implemented registry reader #5
Annotations
10 warnings
src/ProjectOrigin.Chronicler.Server/UriOptionsLoader/UriOptionsLoaderService.cs#L35
Dispose '_changeTokenSource' when it is no longer needed. (https://rules.sonarsource.com/csharp/RSPEC-2930)
|
src/ProjectOrigin.Chronicler.Server/RegistryService.cs#L15
Make '_registries' 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2933)
|
src/ProjectOrigin.Chronicler.Server/BlockReader/BlockReaderBackgroundService.cs#L50
Either log this exception and handle it, or rethrow it with some contextual information. (https://rules.sonarsource.com/csharp/RSPEC-2139)
|
src/ProjectOrigin.Chronicler.Server/UriOptionsLoader/UriOptionsLoaderService.cs#L101
Either log this exception and handle it, or rethrow it with some contextual information. (https://rules.sonarsource.com/csharp/RSPEC-2139)
|
src/ProjectOrigin.Chronicler.Server/UriOptionsLoader/UriOptionsLoaderService.cs#L103
Use PascalCase for named placeholders. (https://rules.sonarsource.com/csharp/RSPEC-6678)
|
src/ProjectOrigin.Chronicler.Server/RegistryService.cs#L51
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|
src/ProjectOrigin.Chronicler.Server/BlockReader/BlockReaderBackgroundService.cs#L172
Use PascalCase for named placeholders. (https://rules.sonarsource.com/csharp/RSPEC-6678)
|
src/ProjectOrigin.Chronicler.Server/BlockReader/BlockReaderBackgroundService.cs#L200
Use PascalCase for named placeholders. (https://rules.sonarsource.com/csharp/RSPEC-6678)
|
src/ProjectOrigin.Chronicler.Test/ChroniclerRepositoryTests.cs#L176
Add at least one assertion to this test case. (https://rules.sonarsource.com/csharp/RSPEC-2699)
|
src/ProjectOrigin.Chronicler.Server/UriOptionsLoader/UriOptionsLoaderService.cs#L35
Dispose '_changeTokenSource' when it is no longer needed. (https://rules.sonarsource.com/csharp/RSPEC-2930)
|
This job succeeded
Loading