Skip to content

[ADD] Resolving External Xmi #73

[ADD] Resolving External Xmi

[ADD] Resolving External Xmi #73

Triggered via pull request October 28, 2024 14:40
Status Success
Total duration 3m 6s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
CodeQL-Build: uml4net.xmireader/Cache/Assembler.cs#L142
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.xmireader/Cache/Assembler.cs#L142
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.