Table of Contents

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

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