Samsung / Dexter

Dexter is a static analysis platform to find and remove defects efficiently and immediately during the coding-time.
BSD 2-Clause "Simplified" License
56 stars 33 forks source link

Fixed #153: System.ArgumentException when clicking on Properties #154

Closed KarolAntczak closed 7 years ago

KarolAntczak commented 7 years ago

I fixed this issue.

According to MSDN documentation, the active document property throws an exception when the project Properties window is opened. I added exception handling to fix this. It should solve the issue.

mdopark commented 7 years ago

@KarolAntczak Thanks for you fix. I confirmed this #153 was fixed