microsoftgraph / microsoftgraph/msgraph-sdk-powershell
Consider moving graph cache from .graph to .cache/graph to match XDG specification
Open
Nobody has claimed this yet.
PM: Review
- Dominant language
- C#
- Stars
- 898
- Forks
- 230
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 31
Description
Powershell 7 follows the XDG spec for user folder data, this module should as well to help discovery and filesystem linking.
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
$XDG_CACHE_HOME defines the base directory relative to which user-specific non-essential data files should be stored. If $XDG_CACHE_HOME is either not set or empty, a default equal to $HOME/.cache should be used.
AB#10167
Contributor guide
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.
Assessment
This issue has not been assessed yet.