我想试试SlowCheetah所以我:
Install-Package SlowCheetah
通过程序包管理器控制台安装SlowCheetah。由于我希望以后能够使用构建服务器,所以当出现此错误消息时我有点担心:
SolutionDir property not found in project [TestWeb].
Have you enabled NuGet Package Restore? This is required for build server support.
You may need to enable it and to enable it and re-install this package
这是什么意思,为什么找不到SolutionDir
?