Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebApiOpenApiDocumentGenerator throws on AcceptVerbsAttribute for System.Web.Mvc #4103

Closed
andreasbalzer opened this issue Aug 12, 2022 · 0 comments

Comments

@andreasbalzer
Copy link
Contributor

WebApiOpenApiDocumentGenerator throws when encountering AcceptVerbsAttribute on projects using System.Web.Mvc.

httpMethods = acceptVerbsAttribute.HttpMethods is ICollection

System.Web.Mvc uses AcceptVerbsAttribute.Verbs-property instead of AcceptVerbsAttribute.HttpMethods-property used by ASP.NET Core.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant