Closed
Description
As the title mentions, [ApiExplorerSettings(IgnoreApi = true)] doesn't work for me.
I'm using the ASP.NET Core with OData API Explorer sample from https://github.com/Microsoft/aspnet-api-versioning/tree/master/samples/aspnetcore/SwaggerODataSample and adding the below line above the V1 OrdersController
...
[ApiExplorerSettings(IgnoreApi = true)]
public class OrdersController : ODataController
...
I assume this isn't by design and is something that just isn't supported yet?