reference data page is now tabbed #2442
Annotations
5 errors and 10 warnings
COMETwebapp.Tests/Pages/ReferenceData/ReferenceDataPageTestFixture.cs#L103
'ReferenceDataPage' does not contain a definition for 'SelectedComponent' and no accessible extension method 'SelectedComponent' accepting a first argument of type 'ReferenceDataPage' could be found (are you missing a using directive or an assembly reference?)
|
COMETwebapp.Tests/Pages/ReferenceData/ReferenceDataPageTestFixture.cs#L112
'ReferenceDataPage' does not contain a definition for 'SelectedComponent' and no accessible extension method 'SelectedComponent' accepting a first argument of type 'ReferenceDataPage' could be found (are you missing a using directive or an assembly reference?)
|
COMETwebapp.Tests/Pages/ReferenceData/ReferenceDataPageTestFixture.cs#L103
'ReferenceDataPage' does not contain a definition for 'SelectedComponent' and no accessible extension method 'SelectedComponent' accepting a first argument of type 'ReferenceDataPage' could be found (are you missing a using directive or an assembly reference?)
|
COMETwebapp.Tests/Pages/ReferenceData/ReferenceDataPageTestFixture.cs#L112
'ReferenceDataPage' does not contain a definition for 'SelectedComponent' and no accessible extension method 'SelectedComponent' accepting a first argument of type 'ReferenceDataPage' could be found (are you missing a using directive or an assembly reference?)
|
|
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)
|
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)
|
COMET.Web.Common/ViewModels/Components/Applications/ApplicationBaseViewModel.cs#L44
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
|
COMET.Web.Common/Components/ParameterTypeEditors/CompoundParameterTypeEditor.razor#L35
Merge this if statement with the enclosing one. (https://rules.sonarsource.com/csharp/RSPEC-1066)
|
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)
|
COMETwebapp/Program.cs#L44
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
COMETwebapp/Components/Shared/About.razor.cs#L39
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
COMETwebapp/Components/Common/ThingOrderedItemsTable.razor.cs#L42
Reduce the number of generic parameters in the 'ThingOrderedItemsTable' class to no more than the 2 authorized. (https://rules.sonarsource.com/csharp/RSPEC-2436)
|
COMETwebapp/Extensions/ElementBaseExtensions.cs#L69
Refactor this method to reduce its Cognitive Complexity from 26 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
COMETwebapp/Services/Interoperability/BabylonInterop.cs#L63
Split this method into two, one handling parameters check and the other handling the asynchronous code. (https://rules.sonarsource.com/csharp/RSPEC-4457)
|
This job failed
Loading