-
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
Using paket install; "Could not find paket.references" #2302
Comments
huh? you can't use references files from different folder. Also Paket.Restore.targets is commented out!? |
/cc @adamchester – what say you ;)? |
@haf I updated the Paket.Restore.targets that ships with paket 5 alpha to fail the build when paket fails. a paket install run will change that in your projects (given you use latest alpha) |
@forki Thanks. It sure does make true its promise of an error that way. |
Is this resolved now? I have just done clone & bundle & rake of Expecto and it Works On My Machine (TM). Anyway I think is worth noting... originally in Expecto, we didn't plan to use Paket to manage packages for the SDK-based
|
Description
Use paket to manage dependencies in fsproj files for .Net Core side-by-side with normal files. Build the project:
Is printed, but the build doesn't fail and it's not an error. It just doesn't exist in that project. Errors when building is a major source of alert fatigue to developers on projects and I'd rather not have them in my own project.
/cc @adamchester @cloudRoutine (how do we do about the .Net Core stuff in Expecto? Can we mitigate this ourselves?)
Repro steps
Please provide the steps required to reproduce the problem
bundle
bundle exec rake
The text was updated successfully, but these errors were encountered: