Implementing Swashbuckle/Swagger with .net Core 2 API I am now receiving the 500 error when accessing swagger.json:
NotSupportedException: Ambiguous HTTP
As i mentioned at "Swashbuckle not creating swagger.json file" :
[HttpGet("xxx")]
[HttpPost("xxx")]
[Route("xxx")]
[NoAction]