Conversation
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
…ype names in CSHarp Signed-off-by: Vincent Biret <vibiret@microsoft.com>
- fixes a bug where properties could have invalid names (only numbers) - fixes a bug where enum symbols could be invalid Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
…ation - fixes a bug where inline request body classes would override each other on multiple operations Signed-off-by: Vincent Biret <vibiret@microsoft.com>
- fixes a bug where CSharp executor method could not have scalar request bodies Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
- fixes a bug where model classes would fail to generate if the type wasn't set to object - fixes a bug where flattening compositions for nullable would ignore some type options Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
- fixes an issue with inline classes naming Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
- fixes a bug wher some code symbols could be only numbers Signed-off-by: Vincent Biret <vibiret@microsoft.com>
…ce id Signed-off-by: Vincent Biret <vibiret@microsoft.com>
- fixes id cleanup regex Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
caf6b24 to
30c3f8b
Compare
|
Kudos, SonarCloud Quality Gate passed! |
zengin
left a comment
There was a problem hiding this comment.
Are our samples extendable to cover the edge cases that @darrelmiller outlined in the linked issue for GitHub API?
|
@zengin do you mean we should add samples for the GitHub API? We could. My bigger challenge at this point is how to scale the samples. Right now the addition, update and validation of samples is manual. I think a good first step would be to have github actions workflows to automate the validation. And then we could add a workflow that updates the samples on every new release or something like that. |
|
@baywet, not the entire GitHub API, but to cover some subset which has the multiple indexers in the URL, something like the test cases we have in the Typewriter repo. If it is not scalable at the moment, I think the unit tests are fine for now. |








fixes #1535
No changes to our samples.