Hi.
.\samples\aspnetcore\SwaggerODataSample\SwaggerDefaultValues.cs assumes properties are strings and this causes some issues.
For example:
- Run the
samples\aspnetcore\SwaggerODataSample project
- Select definition V3
- Expand
GET /api/Acme/Products
- Click
Try it out
- Click
Execute
- Notice the
$count parameter is required to be manually set to true or false.