Skip to content

[Update] dependencies #182

[Update] dependencies

[Update] dependencies #182

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

Annotations

12 warnings
Analyze (csharp): ECoreNetto.Tools.Tests/Commands/ModelInspectionCommandTestFixture.cs#L42
Non-nullable field 'rootCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Tools.Tests/Commands/XlReportCommandTestFixture.cs#L50
Non-nullable field 'cts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Tools.Tests/Commands/XlReportCommandTestFixture.cs#L48
Non-nullable field 'handler' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Tools.Tests/Commands/XlReportCommandTestFixture.cs#L46
Non-nullable field 'versionChecker' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Tools.Tests/Commands/XlReportCommandTestFixture.cs#L44
Non-nullable field 'reportGenerator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Tools.Tests/Commands/XlReportCommandTestFixture.cs#L42
Non-nullable field 'rootCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Tools.Tests/Services/VersionCheckerTestFixture.cs#L41
Non-nullable field 'timeOutHttpClientFactory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Tools.Tests/Services/VersionCheckerTestFixture.cs#L39
Non-nullable field 'httpClientFactory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Tools.Tests/Services/VersionCheckerTestFixture.cs#L35
Non-nullable field 'versionChecker' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Tools.Tests/ProgramTestFixture.cs#L32
Non-nullable field 'inputModel' 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/