PsIni icon indicating copy to clipboard operation
PsIni copied to clipboard

Safe first value in list before overwriting

Open devio opened this issue 4 years ago • 1 comments

  • 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.

devio avatar Nov 05 '20 22:11 devio

CategoryInfo : ObjectNotFound: (./setup.ps1:String)

¯_(ツ)_/¯

devio avatar Nov 11 '20 21:11 devio

I believe this to have been fixed with #73 . Please correct me if I am wrong.

lipkau avatar Jun 21 '23 11:06 lipkau