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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
@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.
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.
The text was updated successfully, but these errors were encountered: