ASP.NET vnext 和 ServiceStack.redis

ASP.NET vnext and ServiceStack.redis

有人 ServiceStack.redis 在 asp.net vnext 工作吗? 我将这些依赖项添加到 project.json:

"ServiceStack.Common.Signed": "4.0.40",
"ServiceStack.Interfaces": "4.0.40",
"ServiceStack.Redis.Signed": "4.0.40",
"ServiceStack.Text.Signed": "4.0.40" 

dnu restore 成功安装了软件包,但是当我尝试在 Visual Studio Code (OS X) 中编译我的代码时,我得到:"The type or namespace 'ServiceStack' could not be found ....."

来自 dnvm 列表:

Active Version              Runtime Arch Location             Alias
------ -------              ------- ---- --------             -----
       1.0.0-beta4          mono         ~/.dnx/runtimes
       1.0.0-beta5-11497    mono         ~/.dnx/runtimes
  *    1.0.0-beta5-11672    mono         ~/.dnx/runtimes      default
       dnx-mono             mono         ~/.dnx/runtimes

这个由这个 nuget 解决: https://www.nuget.org/packages/ServiceStack.Redis.Core/