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 #155: System.ArgumentException on opening a csproj file #156

Closed KarolAntczak closed 7 years ago

KarolAntczak commented 7 years ago

I added a check whether a solution has empty name (it occurs when project is opened using .csproj file) . If so, "Analyse solution" button will be grayed out.

mdopark commented 7 years ago

@KarolAntczak I confirmed it was fixed. Thanks for your fix.