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
We would expect that this asyncapi specification would have generated a property of type long.
When using the Java generator it does result in Long properties.
Screenshots
Screenshots provided earlier.
How to Reproduce
We used version 2.0.2 of the asyncapi cli and version 3.5.3 of modelina and ran the following command: asyncapi generate models csharp ./asyncapi.json --namespace=Test --output=Models --csharpSystemJson
Our async api specification is defined in version 2.4.0.
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
Describe the bug.
The following piece of asyncapi specification:
Results in the following property:
Expected behavior
We would expect that this asyncapi specification would have generated a property of type long.
When using the Java generator it does result in Long properties.
Screenshots
Screenshots provided earlier.
How to Reproduce
We used version 2.0.2 of the asyncapi cli and version 3.5.3 of modelina and ran the following command:
asyncapi generate models csharp ./asyncapi.json --namespace=Test --output=Models --csharpSystemJson
Our async api specification is defined in version 2.4.0.
🥦 Browser
None
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: