Skip to content

MultiModelEditor; fixes #733; fixes #734 #2880

MultiModelEditor; fixes #733; fixes #734

MultiModelEditor; fixes #733; fixes #734 #2880

Triggered via pull request December 20, 2024 12:19
Status Success
Total duration 3m 50s
Artifacts

codeql.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Analyze (csharp): COMET.Web.Common/Components/CardView/CardView.razor.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): COMET.Web.Common/Components/CardView/CardView.razor.cs#L93
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): COMET.Web.Common/Utilities/ThingCreator.cs#L106
The variable 'ex' is declared but never used
Analyze (csharp): COMET.Web.Common/Utilities/ThingCreator.cs#L160
The variable 'ex' is declared but never used
Analyze (csharp): COMET.Web.Common/Utilities/ThingCreator.cs#L214
The variable 'ex' is declared but never used
Analyze (csharp): COMET.Web.Common/Utilities/ThingCreator.cs#L277
The variable 'ex' is declared but never used
Analyze (csharp): COMET.Web.Common/Utilities/ThingCreator.cs#L313
The variable 'ex' is declared but never used
Analyze (csharp): COMETwebapp/Components/MultiModelEditor/MultiModelEditor.razor#L81
Found markup element with unexpected name 'DetailsPanelEditor'. If this is intended to be a component, add a @using directive for its namespace.
Analyze (csharp): COMETwebapp/Components/MultiModelEditor/MultiModelEditor.razor#L87
Found markup element with unexpected name 'ElementDefinitionCreation'. If this is intended to be a component, add a @using directive for its namespace.
Analyze (csharp): COMETwebapp/Components/MultiModelEditor/MultiModelEditor.razor#L93
Found markup element with unexpected name 'AddParameter'. If this is intended to be a component, add a @using directive for its namespace.