You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just taking a note that we should look at improving the case where paket.dependencies / paket.lock have a framework restriction, and projects get strictly 0 packages restored.
As a suggestion, when running dotnet paket install the output is:
Paket version 8.0.0+6bcb14ec191f11e984ff0e58016f5987a5cfa8f6
Skipping resolver for group Main since it is already up-to-date
Installing into projects:
Created dependency graph (14 packages in total)
Calling dotnet restore on fable-elmish-lit-tailwind.sln
Determining projects to restore...
Restored .\fable-elmish-lit-tailwind\src\Website.fsproj (in843 ms).
Total time taken: 0 milliseconds
A line at the end like WARNING: 0 packages restored for .\fable-elmish-lit-tailwind\src\Website.fsproj would tip off the issue.
I also like to keep "Total time taken: 0 milliseconds", maybe I'll color it orange when things take less than a milliseconds if the logged steps are supposed to take >= 1 milliseconds?
Just taking a note that we should look at improving the case where paket.dependencies / paket.lock have a framework restriction, and projects get strictly 0 packages restored.
The use case is this commit: roboz0r/fable-elmish-lit-tailwind@c549d76
which requires the fixes up to this commit
smoothdeveloper/fable-elmish-lit-tailwind@5b7c5d7
The text was updated successfully, but these errors were encountered: