MP0016
ExecuteAsync cancellation token is not flowed.
| Property | Value |
|---|---|
| Category | Usage |
| Default severity | Warning |
| Availability | Public analyzer package |
Configure severity
.editorconfig
dotnet_diagnostic.MP0016.severity = warning
Use none to disable the rule, or silent, suggestion, warning, or error to change its severity.
Suppress a specific occurrence
#pragma warning disable MP0016
// Code that intentionally violates MP0016.
#pragma warning restore MP0016