You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only thing I added to my program.cs was .ConfigureFunctionsWorkerDefaults(worker => worker.UseNewtonsoftJson())
To Reproduce
Setup a new Azure v4 function app using .net 8 isolated
Add the references like in the example for out-of-proc examples
Add the attributes to my function
I can see the swagger ui url getting called in the execution window, but the browser window is completely blank.
Expected behavior
Show swagger ui, but when I go the the swagger url, I see only a blank screen
.
The text was updated successfully, but these errors were encountered:
Describe the issue
following this example
https://github.com/Azure/azure-functions-openapi-extension/blob/main/docs/enable-open-api-endpoints-out-of-proc.md
Only thing I added to my program.cs was
.ConfigureFunctionsWorkerDefaults(worker => worker.UseNewtonsoftJson())
To Reproduce
Setup a new Azure v4 function app using .net 8 isolated
Add the references like in the example for out-of-proc examples
Add the attributes to my function
I can see the swagger ui url getting called in the execution window, but the browser window is completely blank.
Expected behavior
Show swagger ui, but when I go the the swagger url, I see only a blank screen
.
The text was updated successfully, but these errors were encountered: