[WIP] MultiModelEditor; fixes #733; fixes #734 #254
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
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.
|
build:
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.
|
build:
COMET.Web.Common/Utilities/ThingCreator.cs#L106
The variable 'ex' is declared but never used
|
build:
COMET.Web.Common/Utilities/ThingCreator.cs#L160
The variable 'ex' is declared but never used
|
build:
COMET.Web.Common/Utilities/ThingCreator.cs#L214
The variable 'ex' is declared but never used
|
build:
COMET.Web.Common/Utilities/ThingCreator.cs#L277
The variable 'ex' is declared but never used
|
build:
COMET.Web.Common/Utilities/ThingCreator.cs#L313
The variable 'ex' is declared but never used
|
build:
COMETwebapp/Components/MultiModelEditor/ElementDefinitionTree.razor.cs#L155
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
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.
|
build:
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.
|