Replies: 2 comments
-
This looks like a bug. Transferring. Note that, you can use 'extends' in this case, but the meaning is not the same. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Converted to this issue: #3639 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Typespec file below does not compile
with the failure
'DemoService.Widget3' was added in version 'v3' but contains type 'DemoService.Widget3.name' added in version 'v2'.
I wanted to model v1 followed by v2 followed by v3. However based on how I've declared the models, it looks like v2 and v3 are considered independent.
How can this versioning dependency be resolved? Or is it a bug in Typespec?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions