DotNetAnalyzers / AspNetCoreAnalyzers

MIT License
62 stars 4 forks source link

Handle multiple routes #50

Closed JohanLarsson closed 5 years ago

JohanLarsson commented 5 years ago
    [Route("[controller]({id})")]
    [Route("[controller]")]
    [ApiController]
    public class FoosController : ControllerBase
JohanLarsson commented 5 years ago

No sure what I meant here.