PsIni
PsIni copied to clipboard
Safe first value in list before overwriting
- Bugfix: Fixes https://github.com/lipkau/PsIni/issues/57
- If a key already exist in table, its values are stored as System.Collections.ArrayList. However, System.Collections.ArrayList overwrites the first value before it has been added to the list itself.
CategoryInfo : ObjectNotFound: (./setup.ps1:String)
¯_(ツ)_/¯
I believe this to have been fixed with #73 . Please correct me if I am wrong.