You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to move away from convention-based to attribute-based routing.
This analyzer should ensure that all public methods in a class that inherit from System.Web.Mvc.Controller or System.Web.Http.ApiController have a [Route] attribute.
mikechamberlain
changed the title
AG0036: Ensure controller action methods are decorated the [Route] attribute
AG0036: Ensure controller action methods are decorated with the [Route] attribute
Oct 5, 2018
We want to move away from convention-based to attribute-based routing.
This analyzer should ensure that all public methods in a class that inherit from
System.Web.Mvc.Controller
orSystem.Web.Http.ApiController
have a[Route]
attribute.https://agoda-com.github.io/standards-c-sharp/routing/attribute.html
The text was updated successfully, but these errors were encountered: