Table of Contents

GR0037: Task<ActionResult> should be used as the result type in an API.

TitleTask<ActionResult<TValue>> should be used as the result type in an API.
IdGR0037
CategoryDesign
Default SeverityWarning
Enabled By DefaultTrue
DescriptionAPI methods should return ActionResult<T> to allow easier compile time validating and testing of return results.
Custom Tags