Skip to content

retreive and send xsrf token (#232) #23

retreive and send xsrf token (#232)

retreive and send xsrf token (#232) #23

Triggered via push April 23, 2024 12:33
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
The variable 'logger' is declared but never used