Skip to content

Publish Scrubby.Web Container #11

Publish Scrubby.Web Container

Publish Scrubby.Web Container #11

Triggered via release March 10, 2025 02:28
@bobbahbobbah
created 92f83f7
Status Success
Total duration 38s
Artifacts

deploy-docker.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
publish: Scrubby.Web/Stockpile/ObjectMetadata.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish: Scrubby.Web/Services/SQL/SqlUserService.cs#L49
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.
publish: Scrubby.Web/Services/SQL/SqlUserService.cs#L54
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.
publish: Scrubby.Web/Services/SQL/SqlUserService.cs#L59
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.
publish: Scrubby.Web/Services/SQL/SqlNewscasterService.cs#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.
publish: Scrubby.Web/Security/ScrubbyUserClaimsTransformation.cs#L30
The variable 'ex' is declared but never used