We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current version of Neuroglia.AsyncApi.Generation creates an asyncApi specification with 'asyncApi' field name in camelCase. Specification says:
All field names in the specification are case sensitive.
Also in the specification 'asyncapi' field name is specified in lower-case.
This issue causes plug-ins and asyncApi viewers to be unable to open the specification file generated by the current solution.
Just generate an asyncApi by using Neuroglia.AsyncApi.Generation.
asyncapi field name specified in lower-case
asyncApi field name specified in camel-case
The text was updated successfully, but these errors were encountered:
Hi @BeardVis and thanks for reporting! Adding that to my todo! If that's urgent for you, feel free to submit a PR instead 😉
Sorry, something went wrong.
No branches or pull requests
Description
The current version of Neuroglia.AsyncApi.Generation creates an asyncApi specification with 'asyncApi' field name in camelCase.
Specification says:
Also in the specification 'asyncapi' field name is specified in lower-case.
This issue causes plug-ins and asyncApi viewers to be unable to open the specification file generated by the current solution.
How to reproduce?
Just generate an asyncApi by using Neuroglia.AsyncApi.Generation.
Expected behavior
asyncapi field name specified in lower-case
Actual behavior
asyncApi field name specified in camel-case
The text was updated successfully, but these errors were encountered: