Skip to content

Add some tests

Add some tests #1407

Re-run triggered September 21, 2023 13:01
Status Success
Total duration 3m 1s
Artifacts

CodeQuality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: COMET.Web.Common.Test/Helpers/DevExpressBlazorTestHelper.cs#L53
Make sure that this logger's configuration is safe. (https://rules.sonarsource.com/csharp/RSPEC-4792)
Build: COMET.Web.Common/Utilities/DisposableObject/DisposableObject.cs#L33
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
Build: COMET.Web.Common/Components/DisposableComponent.razor.cs#L33
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
Build: COMET.Web.Common/ViewModels/Components/ParameterEditors/EnumerationParameterTypeEditorViewModel.cs#L121
Change this condition so that it does not always evaluate to 'True'. (https://rules.sonarsource.com/csharp/RSPEC-2589)
Build: COMET.Web.Common/Components/ParameterTypeEditors/CompoundParameterTypeEditor.razor#L35
Merge this if statement with the enclosing one. (https://rules.sonarsource.com/csharp/RSPEC-1066)
Build: COMET.Web.Common/Services/SessionManagement/CometWebAuthStateProvider.cs#L69
Make sure controlling this permission is safe here. (https://rules.sonarsource.com/csharp/RSPEC-4834)
Build: COMET.Web.Common/Services/SessionManagement/CometWebAuthStateProvider.cs#L77
Make sure controlling this permission is safe here. (https://rules.sonarsource.com/csharp/RSPEC-4834)
Build: COMET.Web.Common/Services/SessionManagement/CometWebAuthStateProvider.cs#L106
Make sure controlling this permission is safe here. (https://rules.sonarsource.com/csharp/RSPEC-4834)
Build: COMET.Web.Common/Services/SessionManagement/CometWebAuthStateProvider.cs#L115
Make sure controlling this permission is safe here. (https://rules.sonarsource.com/csharp/RSPEC-4834)
Build: COMET.Web.Common/Extensions/GuidExtensions.cs#L143
Split this method into two, one handling parameters check and the other handling the iterator. (https://rules.sonarsource.com/csharp/RSPEC-4456)