Skip to content

Remove projects dependencies #1399

Remove projects dependencies

Remove projects dependencies #1399

Triggered via push September 19, 2023 07:58
Status Failure
Total duration 2m 10s
Artifacts

CodeQuality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Build
Process completed with exit code 1.
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/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/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)
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/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)