Swashbuckle.aspnetcore: Update to Swagger UI v3?

Created on 8 Dec 2017  路  2Comments  路  Source: domaindrivendev/Swashbuckle.AspNetCore

Hi,

Could you please confirm if and when Swashbuckle.AspNetCore will be updated to include Swagger UI Version 3.0?

Most helpful comment

This is now available as a preview on myget but as a separate package:

See Swashbuckle.AspNetCore.SwaggerUI3 at https://www.myget.org/feed/Packages/domaindrivendev

If you pull that down as a dependency, you should be able to use as follows:

c.UseSwaggerUI3(c =>
...
)

If a few of the folks on this thread can test and verify, I'll promote to Nuget

All 2 comments

This is now available as a preview on myget but as a separate package:

See Swashbuckle.AspNetCore.SwaggerUI3 at https://www.myget.org/feed/Packages/domaindrivendev

If you pull that down as a dependency, you should be able to use as follows:

c.UseSwaggerUI3(c =>
...
)

If a few of the folks on this thread can test and verify, I'll promote to Nuget

Hello,

Did you change your packages at myget? because I can't find Swashbuckle.AspNetCore.SwaggerUI3 anymore.

I did find Swashbuckle.AspNetCore.SwaggerUI 3.1.0-preview-0583 at myget.org but adding the reference to Nuget.Config won't solve the problem.
Thanks.
@domaindrivendev

Was this page helpful?
0 / 5 - 0 ratings

Related issues

engelhardtda picture engelhardtda  路  3Comments

brucewilkins picture brucewilkins  路  3Comments

jderus picture jderus  路  4Comments

JoelAdamWeiss picture JoelAdamWeiss  路  4Comments

flipchart picture flipchart  路  4Comments