We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cloned the repo and ran the V3IoC sample from the terminal (VS Code).
My functions version info:
Azure Functions Core Tools Core Tools Version: 3.0.3568 Commit hash: e30a0ede85fd498199c28ad699ab2548593f759b (64-bit) Function Runtime Version: 3.0.15828.0
SDKs:
I start the runtime via func start:
func start
samples\Microsoft.Azure.WebJobs.Extensions.OpenApi.FunctionApp.V3IoC>func start
And I can see the endpoints registered correctly:
When I load the UI in the browser, I get the following:
swagger.json behaves similarly:
swagger.json
All of the samples behave the same way.
Am I missing something really obvious?
The text was updated successfully, but these errors were encountered:
Closing because this looks like a duplicate of #172
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
I cloned the repo and ran the V3IoC sample from the terminal (VS Code).
My functions version info:
SDKs:
I start the runtime via
func start
:And I can see the endpoints registered correctly:
When I load the UI in the browser, I get the following:
swagger.json
behaves similarly:All of the samples behave the same way.
Am I missing something really obvious?
The text was updated successfully, but these errors were encountered: