Skip to content

Add unit tests for containment and structural feature helpers #196

Add unit tests for containment and structural feature helpers

Add unit tests for containment and structural feature helpers #196

Triggered via push February 28, 2026 18:15
Status Failure
Total duration 1m 45s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 11 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)
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/