Closed iarunpaul closed 1 year ago
In Visual Studio in FrontDesk solution right click on the solution and select Manage Nuget Packages for Solution. In the far right click on the Options cog and then Add a Package Source (from the suggested youtube video in the README.md) use the name DDDFundamentals and then click the button with 3 dots and navigate to : [from the solution main folder] /FrontDesk/src/FrontDesk.Blazor/deps/Pluralsight.DDD.Deps/Pluralsight.DDD.Deps.1.0.0.nupkg - select and OK. You will then have the DDDFundamentals in the Package source pulldown.
In Visual Studio in FrontDesk solution right click on the solution and select Manage Nuget Packages for Solution. In the far right click on the Options cog and then Add a Package Source (from the suggested youtube video in the README.md) use the name DDDFundamentals and then click the button with 3 dots and navigate to : [from the solution main folder] /FrontDesk/src/FrontDesk.Blazor/deps/Pluralsight.DDD.Deps/Pluralsight.DDD.Deps.1.0.0.nupkg - select and OK. You will then have the DDDFundamentals in the Package source pulldown.
Thank you! It resolved the issue.
During the build one of the custom public Nuget package restore fails:
When I checked the Nuget repository, it doesn't exist, but the closest package available is
PluralsightDdd.SharedKernel
. I tried for building the application with thePluralsightDdd.SharedKernel
package but it never builds.Can someone suggest a solution?