PKHDC
2 months agoNew Member
Swagger in net10
Recently we upgraded our project to .net10 , then our swagger things is broken, throw compilation error . We have installed Swashbuckle.AspNetCore 10.1.0 and Microsoft.OpenApi 2.3.0 , then most of the things resolved , but till few things is red .I have attached screenshot.
we did research, it is asking to use Microsoft.OpenApi.Model . In past I used to use Microsoft.OpenApi.Model but now I am using Microsoft.OpenApi becuse model is not exists in latest Microsoft.OpenApi name space. so Model become Red.
Any thought ?
in the image below there are few red things , can not resolve.