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
MissingMethodException: Method not found: 'Void Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenOptions.OperationFilter(System.Object[])'.
AutoQueryable.AspNetCore.Swagger.SwaggerGenOptionsExtensions.AddAutoQueryable(SwaggerGenOptions swaggerGenOptions)
Celeb.Api.Startup+<>c.<ConfigureServices>b__5_10(SwaggerGenOptions c) in Startup.cs
+
c.AddAutoQueryable();
One thing I noticed, BTW, is that AutoQueryable.AspNetCore.Swagger 1.0.0 would not install with AutoQueryable.AspNetCore.Filter 1.7.0, so I updated everything to 2.0.5-beta.
Followed the config steps exactly, compiles fine, but no love at runtime. Did I miss something?
The text was updated successfully, but these errors were encountered:
Can't launch the app, at runtime I get
Setup:
ASP.Net Core 2.2 project
AutoQueryable.AspNetCore.Filter 2.0.5-beta
AutoQueryable.AspNetCore.Swagger 2.0.5-beta
AutoQueryable.AspNetCore.DependencyInjection 2.0.5-beta
One thing I noticed, BTW, is that AutoQueryable.AspNetCore.Swagger 1.0.0 would not install with AutoQueryable.AspNetCore.Filter 1.7.0, so I updated everything to 2.0.5-beta.
Followed the config steps exactly, compiles fine, but no love at runtime. Did I miss something?
The text was updated successfully, but these errors were encountered: