Unused enum CaskKeyKind
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6
- Forks
- 6
- Avg merge
- 8d 10h
- Merged PRs (30d)
- 4
Description
https://github.com/microsoft/cask/pull/43 removed the "CASK key kind" concept from the specification, but public enum CaskKeyKind still exists in the source code. It is not referenced by any other source files. Please remove or obsolete it, for clarity.
According to the XML documentation comment, the CaskKeyKind values are not intended for use in the <provider-kind> field. Moreover, they would not be easy to use there, as the Cask.GenerateKey method takes a char providerKeyKind parameter rather than a CaskKeyKind.
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 src/Cask/CaskKeyKind.cs and confirm that no other source files reference CaskKeyKind. Remove or obsolete the unused public enum, then run the repository's test suite to verify the C# reference API still builds and tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 72/100