-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Milestone
Description
Describe the issue
The documentation for OpenApiOptions states that consumers may override this option when inheriting from DefaultOpenApiConfigurationOptions
. However, these properties are not marked virtual and therefore cannot be overridden.
To Reproduce
Steps to reproduce the behavior:
- Create a class that overrides the
DefaultOpenApiConfigurationOptions
and attempt to overrideForceHttps
orForceHttp
.
Expected behavior
I am not sure what the expectation is. The documentation shows these values being overrideable but they are not marked virtual. Can you please help me to understand why these are not marked virtual if this is intentional?
If not, could they be made virtual?
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request