You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
Decorates the [OpenApi Specification](https://swagger.io/specification/) generated using [Azure Functions OpenAPI Extension](https://github.com/Azure/azure-functions-openapi-extension) with [FluentValidation](https://docs.fluentvalidation.net/en/latest/) rules loaded at runtime.
The recommended library for generating the OpenAPI specification for Azure Functions is [Azure Functions OpenAPI Extension](https://github.com/Azure/azure-functions-openapi-extension). While the library can annotate the model when using `Data Annotations` it doesn't support [FluentValidation](https://docs.fluentvalidation.net/en/latest/).
0 commit comments