Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: more RegistryHelper functions #966

Closed
lulu-berlin opened this issue Oct 6, 2015 · 2 comments
Closed

Feature request: more RegistryHelper functions #966

lulu-berlin opened this issue Oct 6, 2015 · 2 comments

Comments

@lulu-berlin
Copy link
Contributor

I've been using the RegistryHelper to get some paths and I think that it would be helpful to have functions to enumerate subkeys and to access them. Those are provided by Microsoft.Win32, but it would be nice to have FAKE wrappers for them.

I would suggest to wrap the following methods from Microsoft.Win32.RegistryKey:

  • GetSubKeyNames()
  • DeleteSubKey()
  • GetValueNames()

Would you accept a pull request for this?

@forki
Copy link
Member

forki commented Oct 6, 2015

Sure.
On Oct 6, 2015 11:05 PM, "yever" notifications@github.com wrote:

I've been using the RegistryHelper to get some paths and I think that it
would be helpful to have functions to enumerate subkeys and to access them.
Those are provided by Microsoft.Win32, but it would be nice to have FAKE
wrappers for them.

I would suggest to wrap the following methods from
Microsoft.Win32.RegistryKey:

  • GetSubKeyNames()
  • DeleteSubKey()
  • GetValueNames()

Would you accept a pull request for this?


Reply to this email directly or view it on GitHub
#966.

@lulu-berlin
Copy link
Contributor Author

Wow, that was quick :)

This was referenced Oct 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants