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

options.GenerateMicrosoftExtensions() throws for newer version of Swashbuckle #7

Open
fiksen99 opened this issue Jan 29, 2019 · 0 comments

Comments

@fiksen99
Copy link

fiksen99 commented Jan 29, 2019

I believe this is caused by the breaking change in this PR domaindrivendev/Swashbuckle.AspNetCore@2a9efcf#diff-6f393a7364c3838022903726548128e8

Observe that SwaggerGenOpertionsExtension (and thus public static void OperationFilter<TFilter>(this SwaggerGenOptions swaggerGenOptions, params object[] arguments) where TFilter : IOperationFilter;)

was moved to the Microsoft.Extensions.DependencyInjection namespace. This causes a runtime failure when attempting to use this library with newer versions of Swashbuckle.AspNetCore

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