fullstackproltd / AspNetCoreSpa

Asp.Net 7.0 & Angular 15 SPA Fullstack application with plenty of examples. Live demo:
https://aspnetcorespa.fullstackpro.co.uk
MIT License
1.47k stars 464 forks source link

Fix swagger #206

Closed Trojaner closed 6 years ago

Trojaner commented 6 years ago

Please add Microsoft.AspNetCore.StaticFiles >= 2.0 to fix it.

Related https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/483

asadsahi commented 6 years ago

@Trojaner25 have you encountered any issue with current swagger implementation?

Trojaner commented 6 years ago

Yes, altough I fixed it for myself using this

asadsahi commented 6 years ago

@Trojaner25 swagger page is currently visible without this package. Have you tried running the project in current state and see what isn't appearing and elaborate the issue in a little detail.

Trojaner commented 6 years ago

I will close the issue if its visible now (it was completely broken for me back then, but maybe I broke something?)