这是一个令人尴尬的简单问题......
我如何使用Chello?如果我转到https://bitbucket.org/mrshrinkray/chello/src,我可以看到所有解决方案文件。有没有办法下载为DLL并将其包含在我的项目中?是否有NuGet包?
答案 0 :(得分:1)
在Visual Studio中打开您的解决方案,右键单击解决方案“添加现有项目” - >选择下载的Chello项目作为“类库”。
我可能已经重新安排了行动的顺序 - 现在无法访问VS.
答案 1 :(得分:1)
主页上有一个链接:
https://bitbucket.org/mrshrinkray/chello/overview
包含示例等的zip文件。
https://bitbucket.org/mrshrinkray/chello/get/d6eef8794afd.zip
下载它,解压缩文件,将Chello.Core项目添加到与现有项目相同的级别。
右键单击您的解决方案并选择添加现有项目,选择Chello.Core.csproj。
在使用Chello的项目中,添加authkey和token的appsettings:
<add key="AuthKey" value="YourAuthKey" />
<add key="AuthToken" value="YourAuthToken" />
不幸的是我不认为有一个金块包。