Does anyone have a working example of AspNetCore Web API with:
- .Net 6
- OData (including $batch)
- Swashbuckle
- versioning (api/v1,api/v2,etc)
Does anyone have a working example of AspNetCore Web API with:
Chris Martinez
On
At long last, ASP.NET API Versioning has official support for OData 8.0 on .NET 6.0, including the API Explorer extensions.
Examples:
New Packages:
Copyright © 2021 Jogjafile Inc.
Finally figured it out. Working example is here at github