Skip to content

Merge remote-tracking branch 'origin/main' #60

Merge remote-tracking branch 'origin/main'

Merge remote-tracking branch 'origin/main' #60

Triggered via push November 14, 2023 05:14
Status Success
Total duration 1m 30s
Artifacts

main.yml

on: push
Publish to GitHub
45s
Publish to GitHub
Fit to window
Zoom out
Zoom in

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.