[Update] CommentReader #149
Annotations
10 warnings
CodeQL-Build:
uml4net/POCO/Actions/AcceptCallAction.cs#L32
The using directive for 'uml4net.Utils' appeared previously in this namespace
|
CodeQL-Build:
uml4net.xmi/Cache/Assembler.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
CodeQL-Build:
uml4net.Tools.Tests/Services/VersionCheckerTestFixture.cs#L34
Non-nullable field 'versionChecker' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
CodeQL-Build:
uml4net.Tools.Tests/Commands/ReportCommandTestFixture.cs#L41
Non-nullable field 'reportGenerator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
CodeQL-Build:
uml4net.Tools.Tests/Commands/ReportCommandTestFixture.cs#L43
Non-nullable field 'handler' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
CodeQL-Build:
uml4net.Tools.Tests/Commands/HtmlReportCommandTestFixture.cs#L41
Non-nullable field 'htmlReportGenerator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
CodeQL-Build:
uml4net.Tools.Tests/Commands/HtmlReportCommandTestFixture.cs#L43
Non-nullable field 'handler' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
CodeQL-Build:
uml4net.Tools.Tests/Commands/ModelInspectionCommandTestFixture.cs#L41
Non-nullable field 'modelInspector' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
CodeQL-Build:
uml4net.Tools.Tests/Commands/ModelInspectionCommandTestFixture.cs#L43
Non-nullable field 'handler' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
CodeQL-Build:
uml4net.Tools.Tests/Commands/MarkdownReportCommandTestFixture.cs#L41
Non-nullable field 'markdownReportGenerator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|