Merge remote-tracking branch 'origin/main' #60
main.yml
on: push
Build
28s
Publish to GitHub
45s
Annotations
10 warnings
Build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Build:
src/Handlers/HttpHandler.cs#L34
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Handlers/HttpHandler.cs#L94
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Helpers/Extensions.cs#L55
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Components/Search.razor#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
Build:
src/Components/Search.razor#L10
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.
|
Build:
src/Sources/OmegaScansSource.cs#L19
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.
|
Build:
src/Sources/OmegaScansSource.cs#L23
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.
|
Build:
src/Sources/OmegaScansSource.cs#L27
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.
|
Build:
src/Handlers/HttpHandler.cs#L98
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|