Skip to content

[Update] nuget reference check to create an issue when updates are av… #189

[Update] nuget reference check to create an issue when updates are av…

[Update] nuget reference check to create an issue when updates are av… #189

Triggered via push February 22, 2026 10:59
Status Success
Total duration 2m 29s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
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-base 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/