Has anyone got ServiceStack.redis to work on asp.net vnext? I have these dependencies added to 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 successfully installed the packages, but when I try to compile my code in Visual Studio Code (OS X), I get: "The type or namespace" ServiceStack "could not be found ....."
From the dnvm list:
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
source
share