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
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
The text was updated successfully, but these errors were encountered:
I believe this is caused by the breaking change in this PR domaindrivendev/Swashbuckle.AspNetCore@2a9efcf#diff-6f393a7364c3838022903726548128e8
Observe that
SwaggerGenOpertionsExtension
(and thuspublic 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.AspNetCoreThe text was updated successfully, but these errors were encountered: