2016-10-24 3 views
3

Jetbrains Rider IDE EAP 12 (163.6834)를 macOS에 설치하고 asp.net core mvc의 새 프로젝트를 만들었지 만 Run 버튼을 누르면 오류가 발생합니다. 아래에 나와있는 것처럼, 내 시스템 도구 세트가 스크린 샷과 같은 환경 설정에서 비어 있기 때문에이 문제를 해결할 방법을 알지 못합니다.Rider got "빌드 도구가 없습니다"오류

— EXCEPTION #1/2 [InvalidOperationException] 
Message = “There was no build tools found” 
ExceptionPath = Root.InnerException 
ClassName = System.InvalidOperationException 
HResult = COR_E_INVALIDOPERATION=80131509 
Source = JetBrains.Platform.ProjectModel.Host 
StackTraceString = “ 
at JetBrains.ProjectModel.ProjectsHost.MsBuild.MsBuildSessionHolder.CreateSession() [0x00036] in <d56975ff7c7b45ca9ece62fa812698e6>:0 
    at JetBrains.ProjectModel.ProjectsHost.MsBuild.MsBuildSessionHolder.get_Session() [0x0000a] in <d56975ff7c7b45ca9ece62fa812698e6>:0 
    at JetBrains.ReSharper.Host.Features.EditProjectProperties.EditProjectProperties.<.ctor>b__0 (JetBrains.DataFlow.Lifetime lt, JetBrains.Rider.Model.EditProjectPropertiesSession editSession) [0x0011a] in <ec4b565dcde946098d9abab7af9373d2>:0 
    at JetBrains.Platform.RdFramework.Util.ReactiveEx+<>c__DisplayClass41[T].<ViewNotNull>b__3 (JetBrains.DataFlow.Lifetime lf, T v) [0x00008] in <1c6833f330ab4917b71044a5ce3ead83>:0 
    at JetBrains.Platform.RdFramework.Util.ReactiveEx+<>c__DisplayClass1 1[T].<View>b__0 (T v) [0x00011] in <1c6833f330ab4917b71044a5ce3ead83>:0 
    at JetBrains.Platform.RdFramework.Util.Signal1[T].Fire0 (System.Action 1[T][] listeners, T value) [0x0000a] in <1c6833f330ab4917b71044a5ce3ead83>:0 
” 
+0

.NET Core runtime/SDK를 설치 했습니까? https://www.microsoft.com/net/core#macos – Tseng

+0

예, TermNal의 'dotnet'명령을 실행할 수 있습니다 – Rwing

답변

2

my System toolset is empty in Preferences 당신은 .NET 핵심 만 또는 혼합 xproj 및 csproj 솔루션을 사용하는 솔루션이 있습니까? 현재 Rider는 VS 2015 및 .NET Core VS 도구가 설치된 Windows 플랫폼에서만 혼합 솔루션을 구축 할 수 있도록 지원합니다.

+1

.net 코어 만, 라이더 시작 페이지에서 템플릿 프로젝트를 만듭니다. – Rwing

관련 문제