Azure / Azure/azure-functions-openapi-extension
PR Add : Set NamingStrategy Type #613 tagged with v2.0.0-preview2, but not included in the NuGet package 2.0.0-preview2
- Dominant language
- C#
- Stars
- 388
- Forks
- 202
- PR merge metrics
- No merged PRs in 30d
Description
**Description**
Not able to set NamingStrategy with the 2.0.0-preview2
**To reproduce**
Update to NuGet package version 2.0.0-preview2
Add OpenApiNamingStrategyCode to your custom type
```fsharp
type OpenApiConfigurationOptions() =
inherit DefaultOpenApiConfigurationOptions()
override _.OpenApiNamingStrategy = OpenApiNamingStrategy.PascalCase
```
Try to build
Build fails
**Expected behavior**
Follow steps, build succeeds, naming strategy changes in the product
**Screenshots**



**Environment (please complete the following information, if applicable):**
- OS: Windows
**Additional context**
I would really need this feature. Would it possible to build a 2.0.0-preview3 which has this included?
Contributor guide
Assessment
This issue has not been assessed yet.