Macos 如何在osx中使用Roslyn?

Macos 如何在osx中使用Roslyn?,macos,sublimetext3,roslyn,omnisharp,Macos,Sublimetext3,Roslyn,Omnisharp,我已在OSX yosemite中安装了ASP vNext: 然后尝试使用roslyn,但未找到如何使用: { "dependencies": { "Microsoft.Framework.Runtime.Roslyn ": "1.0.0-beta3" }, "frameworks": { "aspnet50": { "System.Runtime": "" } } } Unable to

我已在OSX yosemite中安装了ASP vNext:

然后尝试使用roslyn,但未找到如何使用:

{
    "dependencies": {
        "Microsoft.Framework.Runtime.Roslyn ": "1.0.0-beta3"
    },
    "frameworks": {
        "aspnet50": {
            "System.Runtime": ""
        }
    }
}

Unable to resolve dependency Microsoft.Framework.Runtime.Roslyn  1.0.0-beta3

所以,我想知道这是否可能,以及如何实现。

这确实是可能的,omnisharp roslyn本身就使用roslyn

请尝试在此处查看构建脚本