Bump actions/checkout from 4 to 6 #18
Open
Annotations
1 error and 2 warnings
|
Build "Async Await Best Practices"
Process completed with exit code 1.
|
|
Build "Async Await Best Practices":
5. Async Await Best Practices/src/HackerNews/ViewModels/NewsViewModel_BadAsyncAwaitPractices.cs#L19
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.
|
|
Build "Async Await Best Practices":
5. Async Await Best Practices/src/HackerNews/ViewModels/NewsViewModel_BadAsyncAwaitPractices.cs#L19
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.
|
Loading