GR0037: Task<ActionResult> should be used as the result type in an API.
| Title | Task<ActionResult<TValue>> should be used as the result type in an API. |
|---|---|
| Id | GR0037 |
| Category | Design |
| Default Severity | Warning |
| Enabled By Default | True |
| Description | API methods should return ActionResult<T> to allow easier compile time validating and testing of return results. |
| Custom Tags |