With below spec we received 1 errors with Ambiguous-symbol "nextLink" is an ambiguous name between TypeSpec.nextLink, Azure.Core.nextLink. I think this is because we both have nextLink decoration in TypeSpec and Azure.Core scope. And adding prefix could fix this issue. But I was wondering following questions regarding these decorators.
Are the duplicated decorators expecetd? Which one is preferred to use in Azure?
For custom paging what is the recommanded practice, typespec support vs azure core support?
Describe the bug
With below spec we received 1 errors with
Ambiguous-symbol "nextLink" is an ambiguous name between TypeSpec.nextLink, Azure.Core.nextLink
. I think this is because we both have nextLink decoration in TypeSpec and Azure.Core scope. And adding prefix could fix this issue. But I was wondering following questions regarding these decorators.playground
Reproduction
NA
Checklist