Info
Version: | 3.1.0-beta |
Author(s): | Morten Hartlev Lindhart, Alessandro Losi, Joris Vergeer |
Last Update: | Friday, June 7, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ykoksen/unused-task-warning |
NuGet Url: | https://www.nuget.org/packages/Lindhart.Analyser.MissingAwaitWarning |
Install
Install-Package Lindhart.Analyser.MissingAwaitWarning
dotnet add package Lindhart.Analyser.MissingAwaitWarning
paket add Lindhart.Analyser.MissingAwaitWarning
Lindhart.Analyser.MissingAwaitWarning Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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 analyser generates a warning.