- 370,023 total downloads
- last updated 12/7/2020
- Latest version: 2.0.0
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