You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: