Swagger UI freezes after API fetch and browser crashes

后端 未结 5 847
臣服心动
臣服心动 2021-01-12 20:41

I have an ASP.NET WebAPI project where I am attempting to replace our old XmlDocumentationProvider page with Swagger UI. I am using the swashbuckle swagger for webAPI 5.3.1

5条回答
  •  情话喂你
    2021-01-12 21:02

    I think this is a known bug when you use non standard serializer or configuration of your web api is non standard.

    It is a a circular reference problem.

    see the issue in git hub repository : https://github.com/domaindrivendev/Swashbuckle/issues/486

提交回复
热议问题