How to add OData parameters to your ASP.Net Core API
Bridge the gap between Microsoft.AspNetCore.OData and Swashbuckle.AspNetCore
Aug 25, 20211 min read3.5K

Search for a command to run...
Articles tagged with #til
Bridge the gap between Microsoft.AspNetCore.OData and Swashbuckle.AspNetCore

Out of the box the dotnet pack command (from the .Net Core CLI) treat every project in the Visual Studio solution as its own Nuget package. Project-to-project references aren’t packaged inside the project. Currently, you must have a package per proj...