Skip to content

[FIX] Comments

[FIX] Comments #120

Triggered via push November 13, 2024 15:54
Status Success
Total duration 3m 47s
Artifacts
Fit to window
Zoom out
Zoom in

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/POCO/SimpleClassifiers/Interface.cs#L35
The using directive for 'uml4net.Utils' appeared previously in this namespace
CodeQL-Build: uml4net.xmireader/Cache/Assembler.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CodeQL-Build: uml4net.xmi.Tests/SysML2.XmiReaderTestFixture.cs#L44
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
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/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/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.
CodeQL-Build: uml4net.Tools.Tests/Commands/MarkdownReportCommandTestFixture.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/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.