microsoftgraph / microsoftgraph/msgraph-metadata
IncludeHiddenMessages and IncludeHiddenFolders query parameters should have a type (Edm.Boolean)
Nobody has claimed this yet.
- Dominant language
- XSLT
- Stars
- 166
- Forks
- 55
- Avg merge
- 16h 12m
- Merged PRs (30d)
- 14
Description
currently defaults to a string, when the only valid values are true and false.
Setting the type would allow YOKO to set the parameter type during the conversion, and kiota to project the correct type (which would be a breaking change)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with transforms/csdl/preprocess_csdl.xsl at line 1060 and inspect how IncludeHiddenMessages and IncludeHiddenFolders are currently represented. Set their type to Edm.Boolean, then verify that YOKO can carry the parameter type through conversion and that Kiota receives the intended projection.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- xml
- Domain
- api, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 58/100