Skip to content

support for logarithmic scale + validations + layout updated #1988

support for logarithmic scale + validations + layout updated

support for logarithmic scale + validations + layout updated #1988

Triggered via push April 23, 2024 16:38
Status Failure
Total duration 1m 44s
Artifacts

CodeQuality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
Build: COMETwebapp.Tests/Components/ReferenceData/MeasurementScalesTableTestFixture.cs#L117
The type or namespace name 'MeasurementScalesTable' could not be found (are you missing a using directive or an assembly reference?)
Build: COMETwebapp.Tests/Components/ReferenceData/MeasurementScalesTableTestFixture.cs#L132
The type or namespace name 'MeasurementScalesTable' could not be found (are you missing a using directive or an assembly reference?)
Build: COMETwebapp.Tests/Components/ReferenceData/MeasurementScalesTableTestFixture.cs#L146
The type or namespace name 'MeasurementScalesTable' could not be found (are you missing a using directive or an assembly reference?)
Build: COMETwebapp.Tests/Components/ReferenceData/MeasurementScalesTableTestFixture.cs#L117
The type or namespace name 'MeasurementScalesTable' could not be found (are you missing a using directive or an assembly reference?)
Build: COMETwebapp.Tests/Components/ReferenceData/MeasurementScalesTableTestFixture.cs#L132
The type or namespace name 'MeasurementScalesTable' could not be found (are you missing a using directive or an assembly reference?)
Build: COMETwebapp.Tests/Components/ReferenceData/MeasurementScalesTableTestFixture.cs#L146
The type or namespace name 'MeasurementScalesTable' could not be found (are you missing a using directive or an assembly reference?)
Build
Process completed with exit code 1.
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/Extensions/SessionServiceExtensions.cs#L69
The parameter name 'Session' is not declared in the argument list. (https://rules.sonarsource.com/csharp/RSPEC-3928)
Build: COMET.Web.Common/Extensions/SessionServiceExtensions.cs#L50
Split this method into two, one handling parameters check and the other handling the asynchronous code. (https://rules.sonarsource.com/csharp/RSPEC-4457)
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: COMETwebapp/Components/EngineeringModel/OptionsTable.razor.cs#L78
'OptionsTable.OnSelectedDataItemChanged(OptionRowViewModel)' hides inherited member 'SelectedDataItemBase<Option, OptionRowViewModel>.OnSelectedDataItemChanged(OptionRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Build: COMETwebapp/Components/EngineeringModel/PublicationsTable.razor.cs#L73
'PublicationsTable.OnSelectedDataItemChanged(PublicationRowViewModel)' hides inherited member 'SelectedDataItemBase<Publication, PublicationRowViewModel>.OnSelectedDataItemChanged(PublicationRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Build: COMETwebapp/Components/EngineeringModel/CommonFileStoresTable.razor.cs#L83
'CommonFileStoresTable.OnSelectedDataItemChanged(CommonFileStoreRowViewModel)' hides inherited member 'SelectedDataItemBase<CommonFileStore, CommonFileStoreRowViewModel>.OnSelectedDataItemChanged(CommonFileStoreRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Build: COMETwebapp/Components/SiteDirectory/OrganizationsTable.razor.cs#L76
'OrganizationsTable.OnSelectedDataItemChanged(OrganizationRowViewModel)' hides inherited member 'SelectedDataItemBase<Organization, OrganizationRowViewModel>.OnSelectedDataItemChanged(OrganizationRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Build: COMETwebapp/Components/SiteDirectory/Roles/ParticipantRolesTable.razor.cs#L83
'ParticipantRolesTable.OnSelectedDataItemChanged(ParticipantRoleRowViewModel)' hides inherited member 'SelectedDataItemBase<ParticipantRole, ParticipantRoleRowViewModel>.OnSelectedDataItemChanged(ParticipantRoleRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.