Allow awaiting LogOn #1079
Annotations
7 errors
Samples/002_WebCookie/Program.cs#L67
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Samples/000_Authentication/Program.cs#L84
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Samples/001_AuthenticationWithQrCode/Program.cs#L61
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Samples/002_WebCookie/Program.cs#L67
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Samples/000_Authentication/Program.cs#L84
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Samples/001_AuthenticationWithQrCode/Program.cs#L61
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
This job failed
Loading