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

Add Peer review function to dexter-vs #140

Closed mdopark closed 7 years ago

mdopark commented 7 years ago
mdopark commented 7 years ago

@KarolAntczak Hi, Karol. Could you review it and check whether previous functions do work correctly?

KarolAntczak commented 7 years ago

Hi @mdopark,

Min-Ho-Kim commented 7 years ago

Thank you! Spark by Readdle

KarolAntczak commented 7 years ago

There is a problem with 'Newtonsoft.Json''library. It seems that it couldn't be found by VS: image

As a result, project is not building properly.

mdopark commented 7 years ago

@KarolAntczak I updated nuget packages and checked build success after clean sources downloaded. Please try to build with latest changes.

KarolAntczak commented 7 years ago

It builds now, thank you. Also, all functions work correctly.