Skip to content
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

The demos do not come with FsXaml.Wpf, FsXaml.Wpf.Blend and Fsharp.ViewModule.Core installed #43

Open
mrakgr opened this issue Jul 15, 2016 · 4 comments

Comments

@mrakgr
Copy link

mrakgr commented Jul 15, 2016

As the title says. As a newbie to this, it was not immediately obvious what those 50 build errors meant. I had to compare it with the F# WPF template to figure out what is wrong. In addition to that the FSharpDesktopUINumericUpDown demo needs Fsharp.Desktop.UI as well. It might be good to have the necessary packages be automatically downloaded.

The FsXaml project in general needs some documentation for it.

@ReedCopsey
Copy link
Member

it uses paket, so you need to run paket install from a command prompt.
I'll try to add some build instructions.

On Jul 15, 2016 9:17 AM, "mrakgr" [email protected] wrote:

As the title says. As a newbie to this, it was not immediately obvious
what those 50 build errors meant. I had to compare it with the F# WPF
template to figure out what is wrong. In addition to that the
FSharpDesktopUINumericUpDown demo needs Fsharp.Desktop.UI as well. It
might be good to have the necessary packages be automatically downloaded.

The FsXaml project in general needs some documentation for it.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#43, or mute the thread
https://github.com/notifications/unsubscribe-auth/AFCUmvnxI_cGIaMxXUDJ6a5TNETH3pFlks5qV7J2gaJpZM4JNj8o
.

@JohanLarsson
Copy link
Contributor

An alternative is to use paket.exe auto-restore on that way paket restores on build.

@JohanLarsson
Copy link
Contributor

When thinking about this more I don't think the question is about paket at all.
Is there a reason the demo projects cannot be in the main sln? A sln folder /demos would simplify build and debugging.

@ReedCopsey
Copy link
Member

@JohanLarsson Can't be in main project because of the type provider. If you do that, rebuilding the type provider requires shutting down VS entirely and restarting it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants