-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mono/Linux case sensitive file system problem. #332
Comments
Mhm. So in order to dog food this we should install during paket's own
|
Yes, probably. |
ok. that's something different than I thought. |
I encountered the following problem when trying to run paket on linux with a project that references FsUnit:
The build naturally failed since FsUnit dependency couldn't be resolved. I tracked down the problem to the fact that FsUnit peculiarly packages its libraries inside uppercase folders (
Lib/Net40
). Paket seems to be ignoring this. I was able to fix the build by manually renaming the folders to their lowercase equivalents.The text was updated successfully, but these errors were encountered: