Skip to content

Add unit tests for ContainmentUpdater, ContainerList, and StructuralFeatureHelper #197

Add unit tests for ContainmentUpdater, ContainerList, and StructuralFeatureHelper

Add unit tests for ContainmentUpdater, ContainerList, and StructuralFeatureHelper #197

Triggered via pull request February 28, 2026 18:15
Status Failure
Total duration 1m 51s
Artifacts

codeql-analysis.yml

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

Annotations

7 errors and 12 warnings
Analyze (csharp)
Process completed with exit code 1.
Analyze (csharp): ECoreNetto.HandleBars.Tests/StructuralFeatureHelperTestFixture.cs#L220
The type or namespace name 'ArgumentException' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): ECoreNetto.Tests/Utils/ContainmentUpdaterTestFixture.cs#L132
'ContainmentUpdaterTestFixture.TestEObject' does not implement inherited abstract member 'EObject.SetProperties()'
Analyze (csharp): ECoreNetto.Tests/Utils/ContainmentUpdaterTestFixture.cs#L134
The type or namespace name 'Resource' does not exist in the namespace 'ECoreNetto.Tests.Resource' (are you missing an assembly reference?)
Analyze (csharp): ECoreNetto.HandleBars.Tests/StructuralFeatureHelperTestFixture.cs#L220
The type or namespace name 'ArgumentException' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): ECoreNetto.Tests/Utils/ContainmentUpdaterTestFixture.cs#L132
'ContainmentUpdaterTestFixture.TestEObject' does not implement inherited abstract member 'EObject.SetProperties()'
Analyze (csharp): ECoreNetto.Tests/Utils/ContainmentUpdaterTestFixture.cs#L134
The type or namespace name 'Resource' does not exist in the namespace 'ECoreNetto.Tests.Resource' (are you missing an assembly reference?)
Analyze (csharp): ECoreNetto.Reporting.Tests/Generators/ReportGeneratorTestFixture.cs#L41
Non-nullable field 'reportFileInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Reporting.Tests/Generators/ReportGeneratorTestFixture.cs#L39
Non-nullable field 'modelFileInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Reporting.Tests/Generators/ModelInspectorTestFixture.cs#L46
Non-nullable field 'loggerFactory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Reporting.Tests/Generators/ModelInspectorTestFixture.cs#L44
Non-nullable field 'modelInspector' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Reporting.Tests/Generators/ModelInspectorTestFixture.cs#L42
Non-nullable field 'rootPackage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Reporting.Tests/Generators/ModelInspectorTestFixture.cs#L40
Non-nullable field 'reportFileInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Reporting.Tests/Generators/ModelInspectorTestFixture.cs#L38
Non-nullable field 'modelFileInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Reporting.Tests/Generators/HtmlReportGeneratorTestFixture.cs#L39
Non-nullable field 'htmlReportGenerator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Reporting.Tests/Generators/HtmlReportGeneratorTestFixture.cs#L79
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): ECoreNetto.Reporting.Tests/Generators/MarkdownReportGeneratorTestFixture.cs#L39
Non-nullable field 'markdownReportGenerator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp)
Cannot build an overlay database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.
Analyze (csharp)
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/