Skip to content

add action to manually deploy to an environment (#214) #5

add action to manually deploy to an environment (#214)

add action to manually deploy to an environment (#214) #5

Triggered via push April 9, 2024 11:56
Status Success
Total duration 2m 15s
Artifacts
Matrix: Deploy to AT21
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build
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
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
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
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
Possible null reference return.
Build
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
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
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
Build
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
Unreachable code detected