Replies: 3 comments
-
I forgot to push them 🫢 |
Beta Was this translation helpful? Give feedback.
-
I'm having a similar error with the BlazorExamples project in the main branch:
|
Beta Was this translation helpful? Give feedback.
-
I think the real solution is this: #2543 Right now we're often working on new features in CSLA, and tend to use a local "NuGet feed" from the local hard drive. What happens is that the sample code gets pushed to GitHub, but it isn't realistic to flood NuGet with multiple prerelease packages per week (or sometimes per day). If we have a NuGet package feed from GitHub for the purposes of testing and prereleases, that'd be realistic and manageable, and something that could perhaps become part of the CI build process. |
Beta Was this translation helpful? Give feedback.
-
I am getting errors during compilation of ProjectTracker because CSLA 8.0.0-R24031302 packages don't exist. They are not on my machine and not on Nuget.org.
Beta Was this translation helpful? Give feedback.
All reactions