Closed PremiumCEskew closed 3 weeks ago
I used Developer tools in Chrome to look at network traffic and I can see that the swagger.json that is used to render the screen is sometimes missing the serviceRequest and serviceRequestAttribute components schemas. Any idea why that would be happening?
I have since gone back and refactored my code to use Swashbuckle and am no longer having any issues. It seems that the OpenAPI extension is not fully compatible with .NET 8 just yet.
Working on getting an Azure Function app with an HttpTrigger working with OpenAPI 3.0 spec using .Net 8 isolated worker model. Everything is working great except the schemas being shown on the Swagger UI are inconsistent and don't always match what is on the swagger.json. All I'm doing to get the different schemas is refreshing the page. This is only happening once deployed to Azure and isn't happening locally.