2017-10-04 83 views
0

我試圖測試cloudscribe是否適合我開始的項目,並且遇到了運行cloudscribe實例的挑戰。 我是.NET Core 2的新手,不太清楚如何使其工作。 我裝了VSIX模板到VisualStudio的2017年,開始了新的項目,並得到了初始配置對話框,而是創建項目時,它越來越錯誤:是否有一個cloudscribe入門指南?

Severity Code Description Project File Line Suppression State 
Error NU1102 Unable to find package cloudscribe.Core.IdentityServerIntegration with version (>= 2.0.0-preview20170927) 
    - Found 20 version(s) in nuget.org [ Nearest version: 2.0.0-preview20170828 ] 
    - Found 0 version(s) in Microsoft Visual Studio Offline Packages cloudscribe c:\My Documents\Visual Studio 2017\Projects\cloudscribe\cloudscribe\cloudscribe.csproj 1 

我真的想一個強大的身份&認證,所以我雖然IdentityServer 4(fork)選項是要走的路。

如果我沒有選擇Identity Server(並使用NoDB),項目將啓動,但admin @ admin/admin的登錄無效......可能是因爲數據庫未被填充。

我缺少什麼?

回答

0

在導致該錯誤的nuget上丟失了一個包。抱歉給你帶來不便。現在應該沒問題。要使您擁有最新的nuget軟件包,請在解決方案的根目錄中打開命令窗口並運行以下命令:

dotnet restore --no-cache