Raspberry Pi; Asp. Net Core MVC Проблемы NuGet - PullRequest
0 голосов
/ 05 марта 2020

Я попытался скомпилировать свою программу с моим Raspberry Pi 3, и у меня появилась ошибка:

/home/pi/Documents/Programmierungen/PlaudertischSoftware/PlaudertischSoftware/PlaudertischSoftware/PlaudertischSoftware.csproj : error NU1101: Unable to find package DevExpress.AspNetCore.Spreadsheet. No packages exist with this id in source(s): nuget.org
/home/pi/Documents/Programmierungen/PlaudertischSoftware/PlaudertischSoftware/PlaudertischSoftware/PlaudertischSoftware.csproj : error NU1101: Unable to find package DevExpress.AspNetCore.RichEdit. No packages exist with this id in source(s): nuget.org
/home/pi/Documents/Programmierungen/PlaudertischSoftware/PlaudertischSoftware/PlaudertischSoftware/PlaudertischSoftware.csproj : error NU1101: Unable to find package DevExpress.Charts. No packages exist with this id in source(s): nuget.org
/home/pi/Documents/Programmierungen/PlaudertischSoftware/PlaudertischSoftware/PlaudertischSoftware/PlaudertischSoftware.csproj : error NU1101: Unable to find package DevExpress.AspNetCore.Dashboard. No packages exist with this id in source(s): nuget.org

В Visual Studio у меня тоже возникли некоторые проблемы с этими элементами пользовательского интерфейса.

...