add action to manually deploy to an environment (#214) #5
Annotations
10 warnings
Build and Push to ghcr
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 and Push to ghcr
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 and Push to ghcr
Nullability of reference types in return type of 'Task<SystemUserReal> SystemUserClientMock.PostNewSystemUserReal(SystemUserDescriptor newSystemUserDescriptor, CancellationToken cancellation = default(CancellationToken))' doesn't match implicitly implemented member 'Task<SystemUserReal?> ISystemUserClient.PostNewSystemUserReal(SystemUserDescriptor newSystemUserDescriptor, CancellationToken cancellation = default(CancellationToken))'.
|
Build and Push to ghcr
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 and Push to ghcr
Possible null reference return.
|
Build and Push to ghcr
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 and Push to ghcr
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 and Push to ghcr
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
Build and Push to ghcr
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 and Push to ghcr
Unreachable code detected
|
Loading