Skip to content

[Add] ParameterReader #143

[Add] ParameterReader

[Add] ParameterReader #143

Triggered via push November 17, 2024 12:57
Status Success
Total duration 3m 21s
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.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.xmi.Tests/SysML2.XmiReaderTestFixture.cs#L53
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/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/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/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/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.