- 1,098,917 total downloads
- last updated 8/11/2021
- Latest version: 2.1.0-beta
When using dependency injection and async-await pattern it is possible to end up with an interface with a method that returns a Task. If this interface method is used in a synchronous method there is a likelihood that it will erroneously be run as a fire and forget method. In this situation this...
More information