PowerShell / SecretStore

MIT License
155 stars 23 forks source link

Add better error message for failure when running under Windows built-in accounts #63

Closed PaulHigin closed 3 years ago

PaulHigin commented 3 years ago

Currently, SecretStore does not work for Windows built-in accounts because there is no user LOCALAPPDATA location needed to store files. But the error message is hidden in a type initializer error.

This condition needs to be detected and an appropriate error displayed.

PaulHigin commented 3 years ago

Implemented in v1.0.2 release.