Matt Frear
Matt Frear
The documentation says that options can be made mandatory, but I can't see an example of how to do that. I thought that maybe `[Option(CommandOptionType.SingleValue)]` would do this, but it...
Swagger V2 supports examples on the request under `/paths/[path]/[method]/parameters/[index]/schema/example` https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#schemaExample However, when rendering using SerializeAsV2, request examples are not output, as per the comments in https://github.com/microsoft/OpenAPI.NET/blob/master/src/Microsoft.OpenApi/Models/OpenApiExample.cs#L106 I think this is...
Hello Firstly thanks for a great resource, it has been very helpful. I have a suggestion. When you run the provider tests, you suggest running the api using `dotnet run`...
### Q&A (please complete the following information) - OS: Windows - Browser: Firefox - Version: 124.0.2 - Method of installation: dist folder - Swagger-UI version: v5.15.0 - Swagger/OpenAPI version: 3.0.1...
I'm using 1.1.0 of this filter because we're still on .NET Core 3.1. When I navigate to the Hangfire Dashboard, the username and password dialog box pops up. Before I...