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
It appears that all of the following can have their invariants broken by projection.
EnumMember.enum
ModelProperty.model
Operation.interface
UnionVariant.union
ModelProperty.sourceProperty
When fixing this, you should be able to make the simplification described in isImplicitPathParam in parameters.ts:
https://github.com/microsoft/cadl/blob/aee5025f5de10bd9b866e7437a806eb1431aeba4/packages/rest/src/http/parameters.ts#L60-L62
and revert what I think was another workaround for this in #819:
https://github.com/microsoft/cadl/pull/819/files#diff-96a2a8924df0be7c47132dbeb88359876840b1300e4c985e5865fe709dee764b
The text was updated successfully, but these errors were encountered:
pri: 0
Sorry, something went wrong.
timotheeguerin
Successfully merging a pull request may close this issue.
It appears that all of the following can have their invariants broken by projection.
Parents
EnumMember.enum
ModelProperty.model
Operation.interface
UnionVariant.union
SourceProperty
ModelProperty.sourceProperty
When fixing this, you should be able to make the simplification described in isImplicitPathParam in parameters.ts:
https://github.com/microsoft/cadl/blob/aee5025f5de10bd9b866e7437a806eb1431aeba4/packages/rest/src/http/parameters.ts#L60-L62
and revert what I think was another workaround for this in #819:
https://github.com/microsoft/cadl/pull/819/files#diff-96a2a8924df0be7c47132dbeb88359876840b1300e4c985e5865fe709dee764b
The text was updated successfully, but these errors were encountered: