Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit de72958

Browse files
Supress CS1998
1 parent 056daa4 commit de72958

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/Examples.ConsumerConsole/CustomAsyncMessageHandler.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public CustomAsyncMessageHandler(ILogger<CustomAsyncMessageHandler> logger)
1616
public async Task Handle(string message, string routingKey)
1717
{
1818
_logger.LogInformation($"A weird example of running something async with message {message}.");
19+
await Task.CompletedTask;
1920
}
2021
}
2122
}

0 commit comments

Comments
 (0)