DotNetAnalyzers / AspNetCoreAnalyzers

MIT License
62 stars 4 forks source link

Check CreatedAtAction methods #61

Open spixy opened 5 years ago

spixy commented 5 years ago

You could check

CreatedAtAction(string actionName, object value):

CreatedAtAction(string actionName, object routeValues, object value):

CreatedAtAction(string actionName, string controllerName, object routeValues, object value):