Publish Scrubby.Web Container #11
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
|