Marcus Bernander
Results
1
comments of
Marcus Bernander
@darrelmiller : Created a [small test](https://github.com/microsoft/OpenAPI.NET/pull/1486) to illustrate the problem. The controller looked like this: ```C# using Microsoft.AspNetCore.Mvc; namespace OpenApi.IntegrationTest; [Route("api/v2/someroute/areatype")] public class TestController : ControllerBase { [HttpGet("{index}/{arg}")] public ActionResult...