MSGraph-SDK-Code-Generator icon indicating copy to clipboard operation
MSGraph-SDK-Code-Generator copied to clipboard

MSGraph SDK Code Generator

Results 55 MSGraph-SDK-Code-Generator issues
Sort by recently updated
recently updated
newest added

Related #513 - Reuse PowerShell scripts used in generation pipelines to copy from generation output folder to the corresponding SDK project. - Current `launch.json` for Java points to the SDK...

https://github.com/microsoftgraph/MSGraph-SDK-Code-Generator/pull/283 [AB#6807](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/6807)

promote
PHP

Could we imagine removing those interfaces? they provide little value and create a lot of noise. And as we're already shipping a breaking change, now is our chance! _Originally posted...

breaking change

Test data is currently reviewed manually, but it is possible to miss edge cases. See an example in #493 This can be achieved by checking out the corresponding sdk repo...

ToTriage

The failure is as follows - https://github.com/microsoftgraph/MSGraph-SDK-Code-Generator/pull/488/checks?check_run_id=2125318477 On retriggering, this check didn't report the same failure and passed successfully. [AB#8623](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/8623)

https://github.com/microsoftgraph/MSGraph-SDK-Code-Generator/blob/dev/.github/pull_request_template.md Also capture best practices for how to generate code files based on these changes, and how to best perform and structure the resulting PRs from the changes made in...

ToTriage

Example - `ERROR: 28964:1 max-line-length Exceeds maximum line length of 200` This error gets reported when linting with dtslint. The code should consider the line length during generation. [AB#7091](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/7091)

Work to be done: - Identify when PATCH can be performed on a collection based on capability annotations - Verify that collection classes can be constructed with the appropriate annotations...

enhancement
ToTriage

See https://github.com/microsoftgraph/microsoft-graph-docs/pull/11538 for an example fix of this problem. This causes our generated code comments to look weird. [AB#8011](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/8011)

ToTriage

The SupportedFormats annotation indicates which media types are supported for an entity container. The presence of this annotation should cause SDKs to support adding a format query parameter to a...

request: feature
promote