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
build.fsx(14,12): error FS0074: The type referenced through 'Hopac.Alt`1' is defined in an assembly that is not referenced. You must add a reference to assembly 'Hopac.Core'
This is an old problem, but still relevant. I encountered this problem also in other generated references tools. Recently I ran into this using canopy. Canopy relies on Selenium.WebDriver, so this should be the correct order in the generated group.fsx:
Description
I have a build dependency group as such
When paket generates the
build.group.fsx
it givesHowever HttpFs is dependent on Hopac as seen in the Http.fs.fsx script:
So when trying to use it in a FAKE script
#load @"./.paket/load/net462/build/build.group.fsx"
I end up with the error:
Repro steps
https://github.com/TheAngryByrd/paket-generate-out-of-order/
Expected behavior
Either generates the dependency order correctly or delegates to calling load on direct dependencies
Actual behavior
Generates correct dependency order
Known workarounds
Calling load on things within the group directly such as:
The text was updated successfully, but these errors were encountered: