lipkau / PsIni

Work with INI files in PowerShell using hashtables
http://lipkau.github.io/PsIni
MIT License
151 stars 50 forks source link

Fix Duplicate Keys causing "redundant" string/arraylist keys #63

Closed PsychoData closed 1 year ago

PsychoData commented 3 years ago

The old way added a new arraylist, but never removed the old item - causing duplicates and being really confusing when you printed it through Out-INIFile

https://i.imgur.com/3W7zvYY.png https://i.imgur.com/lkiyyBO.png

PsychoData commented 3 years ago

The CI seems to be broken itself - complaining about a setup.msi Linky image

And the AppVeyor Tests are broken too image

howardjones commented 2 years ago

Thanks for this. This small change has resolved my duplicated keys "ArrayList" issue.

lipkau commented 1 year ago

I believe this to be a duplicate of #73 . Please correct me if I am wrong.