2016-05-03 116 views
0

我從github克隆了roslyn的整個源代碼。從github克隆源代碼後,Roslyn項目沒有加載

當我打開解決方案(如Roslyn.sln或Samples.sln)時,許多項目無法加載,並且每個無法加載的項目都會在輸出窗口中顯示錯誤。

Error: The imported project "BASEPATH.nuget\packages\Microsoft.VSSDK.BuildTools\14.2.25201\build\Microsoft.VsSDK.BuildTools.props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk. BASEPATH\Source\Repos\roslyn\build\Targets\Settings.targets

我使用VS 2015 U2企業版。

我希望有人能夠幫助解決問題。

+1

你是否按照wiki中提到的確切步驟操作? https://github.com/dotnet/roslyn/wiki/Contributing-Code –

回答

3

在Visual Studio中打開之前,必須在根文件夾中運行Restore.cmd腳本。你應該閱讀我們的instructions for building

+0

非常感謝Jason。我用批量還原恢復了整個項目,大部分項目都可以加載。可以使用上下文菜單命令加載不可用的項目(安裝缺少的功能)。我'稍後嘗試構建解決方案。再次非常感謝。耶齊德 –