CodeQL Analysis #180
Annotations
12 warnings
|
Analyze (csharp):
ECoreNetto.Tools.Tests/Commands/HtmlReportCommandTestFixture.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/
|