Sascha Spiekermann
Sascha Spiekermann
I‘d like to boost this feature. It‘s the only missing one, Tusker and ivory have done it already.
Hi, maybe this can help: I've included a workaround in my [template module](https://github.com/Callidus2000/SecretManagement.ExtensionTemplate) and in the corresponding [ReadMe](https://github.com/Callidus2000/SecretManagement.ExtensionTemplate#displaying-error-messages--communicating-with-the-end-user).
Nice. I've started to use the module RestartableSession. It automatically restarts a new clean session with a lot of initialization options. The workaround is documented in my [template module](https://github.com/Callidus2000/SecretManagement.ExtensionTemplate) and...
I've stumbled upon this issue while developing a new extension. I've created a new dummy extension/repository available under https://github.com/Callidus2000/SecretManagement.HashTableBugs for reproduction of the issue. Preperation-Steps to reproduce (from within the...
For other devs who want to create a new extension: I've included a workaround in my [template module](https://github.com/Callidus2000/SecretManagement.ExtensionTemplate) and in the corresponding [ReadMe](https://github.com/Callidus2000/SecretManagement.ExtensionTemplate#get-secretinfo-there-may-only-be-one-per-vault).
Hi, a fix would be nice 😁 I think the entities shouldn't be added to a dictionary at all. If I've got two vaults with some entries having identical names...
Yes, perfect.
For other devs who want to create a new extension: I've included a workaround in my [template module](https://github.com/Callidus2000/SecretManagement.ExtensionTemplate) and in the corresponding [ReadMe](https://github.com/Callidus2000/SecretManagement.ExtensionTemplate#additionalparameters-are-provided-case-sensitive).
Nice enhancement idea. How about some type of shared data or outpit collection? First step collects data from a database which can be used by the second one.
Depending on the use case of the desired workflow maybe the new feature [Runspace Workflows](https://psframework.org/documentation/documents/psframework/runspace-workflows.html) from PSFrameWork can help until Adam finds the needed time to work on this topic.