-
Notifications
You must be signed in to change notification settings - Fork 199
Generated Swagger is Empty #225
New issue
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
Comments
I understand that NET.6 is not yet supported. You can run it in a NET.5 environment. |
There are many .NET 6 examples linked on the main readme, and downloading and building any of them they work, (and have identical setups to my project) for whatever reason my specific project continues to generate a blank one :( |
@VTR-AReed How many Could you confirm that on your end? |
I think this issue similar #217 |
|
I have confirmed this to be the case, I removed the |
@VTR-AReed Glad it's sorted out! Please wait for a few more days until the fix #217 is released to v0.9.0-preview |
When will this new version be released? this fix is really needed.. at least as v0.8.2-preview |
I'm also looking forward to get this fix. I also face the same issue on Azure Thanks |
Uh oh!
There was an error while loading. Please reload this page.
I have an existing .NET 6 Project I've been working on, and I decided to add the OpenAPI Extension and generate a swagger, however the swagger generated is empty. I have cleaned and rebuilt, I have deleted obj and bin, I have tried everything, but my same functions copied to another project work just fine, but for some reason in this project, which has no build errors whatsoever (with all trace logs on), continues to generate an empty swagger.json.
CSPROJ:
One of my test functions:
Generated Swagger.Json:
The text was updated successfully, but these errors were encountered: