mattfrear / Swashbuckle.AspNetCore.Filters

A bunch of useful filters for Swashbuckle.AspNetCore
MIT License
430 stars 80 forks source link

IMultipleExamplesProvider is not compatiable with SerializeAsV2 #246

Closed Edward-Zhou closed 5 months ago

Edward-Zhou commented 5 months ago

I am trying to use IMultipleExamplesProvider, and made a test with WebApi8 project, which is work if I did not change anything.

But, If I add builder.Services.Configure<SwaggerOptions>(c => c.SerializeAsV2 = true); which I want to create swagger 2.0.

It will only return the first Request Example.

image

Edward-Zhou commented 5 months ago

multiple example is not supported for swagger 3.0