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

Migrate dexter-vs to visual studio 2017 #152

Closed mdopark closed 7 years ago

mdopark commented 7 years ago

Many VD developers are currently using vs2017, and soon the vs2017 will be officially used. To support both vs2015 and vs2017, the dexter-vs development environment was migrated to vs2017. I have confirmed that vsix extension installs and runs corrently on both vs2015 and vs2017.

KarolAntczak commented 7 years ago

I can confirm. Extension builds correctly in VS 2017 and works under VS 2015 & 2017.

Could you please translate error messages in Dexter.Core.csproj and Dexter.PeerReview.Core.csproj to English? Like this one (Dexter.Core.csproj):

프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.

mdopark commented 7 years ago

@KarolAntczak Thanks for your review. I changed korean error message to english.