MoneyTools / MyMoney.Net

MyMoney is a rich client .NET ClickOnce application for managing your personal finances. It is written entirely in C# and is designed for programmers who want easy access to their data and who want to quickly and easily add their own features. Your data will not be locked up in some proprietary format, it is yours to do with as you like.
https://moneytools.github.io/MyMoney.Net/
70 stars 22 forks source link

unhandled exception trying to rename an account #86

Closed andreva7 closed 1 year ago

andreva7 commented 1 year ago

image

jpdup commented 1 year ago

Any repro steps?

andreva7 commented 1 year ago

Right click on the account, properties, take out two characters from the name, press enter.

Note that I have reconciled statement files associated to this account.

The statement subdirectory does get renamed, but not the account name in mymoney. So things are inconsistent at that point (I go rename the directory to the old name to get back to the previous state.

jpdup commented 1 year ago

Thanks for the repro, I was able to hit the null pointer. I pushed a fix to the main branch

clovett commented 1 year ago

Thanks JP, I published a new version with this fix: https://github.com/MoneyTools/MyMoney.Net/releases/tag/2.0.1.10

andreva7 commented 1 year ago

👍