fsprojects / FsXaml

F# Tools for working with XAML Projects
http://fsprojects.github.io/FsXaml/
MIT License
172 stars 48 forks source link

Support using from FSI #21

Closed ovatsus closed 7 years ago

ovatsus commented 9 years ago

FsXaml supports only loading the XAML files from a resource. It would be good if we could just load directly a XAML file from the current directory so we could use it on FSI

ReedCopsey commented 7 years ago

It looks like this may happen in the next release.

Note that it still only really allows one run, unless you're using dialogs, as Application can only be created a single time in WPF per AppDomain, but if you use dialogs, @BillHally 's approach seems solid.

ReedCopsey commented 7 years ago

Supported as of 3.1.6 - https://www.nuget.org/packages/FsXaml.Wpf/