[ADD] Resolving External Xmi #75
codeql-analysis.yml
on: pull_request
CodeQL-Build
3m 17s
Annotations
4 warnings
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.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.
|