我正在学习pluralsight https://app.pluralsight.com/library/courses/fundamentals-domain-driven-design/table-of-contents的课程,我有一个演示应用程序,可在https://github.com/ardalis/pluralsight-ddd-fundamentals课程。
但是,在构建过程中,其中一个自定义公共nuget包恢复失败:
Severity Code Description Project File Line Suppression State
Error NU1101 Unable to find package Pluralsight.DDD.Deps. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages, nuget.org FrontDesk.Blazor.Host C:\Users\ArunPaul\source\repos\DDD\pluralsight-ddd-fundamentals\FrontDesk\src\FrontDesk.Blazor.Host\FrontDesk.Blazor.Host.csproj 1
字符串
当我检查nuget仓库时,它不存在,但可用的最接近的包是PluralsightDdd.SharedKernel
。我尝试用PluralsightDdd.SharedKernel
包构建应用程序,但它从未构建。
有人能提出解决方案吗?
1条答案
按热度按时间aiazj4mn1#
当我把它发给史蒂夫·史密斯时,我得到了一个答案:https://github.com/ardalis/pluralsight-ddd-fundamentals/issues/65解决了我的问题