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
model Test<A // Comment , B // Comment > { }
works fine in template argument in type reference however
The text was updated successfully, but these errors were encountered:
Works for interface and union but not for models, scalars and operations
Sorry, something went wrong.
Samples as tests (microsoft#2215)
31fd5ab
fix [microsoft#3017](https://github.com/Azure/typespec-azure/issues/3017) Run the samples as test which allows all of them to run without crashing on the first one, lets us run it in the test explorer. This also make the sample regeneration much faster(typespec azure repo): - Before `~90s` - Now `~12s`  ## New `resolveCompilerOptions` utils This also include the addition of a new util `resolveCompilerOptions` that resolve the compiler options programtically in the same way that the cli would have for a given entrypoint. I can move this into a dedicated PR if people prefer. --------- Co-authored-by: Mark Cowlishaw <[email protected]>
Grammar: Fix comments in template params not tokenized (#3018)
e0dfe6f
fix #3017 --------- Co-authored-by: Mark Cowlishaw <[email protected]>
timotheeguerin
Successfully merging a pull request may close this issue.
works fine in template argument in type reference however

The text was updated successfully, but these errors were encountered: