-
Notifications
You must be signed in to change notification settings - Fork 3
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
Usablilty of this project and .NET 6? #5
Comments
@shanoaice, yesterday I was managed to run WinUI 3 app (Windows App SDK 1.0) on .NET 6 having Elmish.Uno library implemented completely in F#. |
I'm going to issue a NuGet package and the solution template sometime later. On MyGet first |
@TysonMN some samples do not work or do not work as expected:
Having that it looks much more close to what can be achieved in Elmish.WPF |
@TysonMN there are 3 new samples in Elmish.WPF: Sticky, Multiselect, Capabilities. Are any of them require v4? Or they can run on v3 too? |
Thanks! So, this means that after the WinUI branch gets released to the NuGet, I can start using it? |
The Capabilities same is the start of combining (almost) all samples into a single project as you previously suggested. Sticky uses some new v4 API, but I think it can be simulated in user code on v3. I don't remember what is in multiselect right now. |
@shanoaice, yes, I will give instructions |
@shanoaice use branch NuGet is here https://www.myget.org/feed/elmish_uno/package/nuget/Elmish.Uno.WinUI Let me know if it works or not |
I really want to use Uno to create a graphical frontend of one of my cross-platform application, but it seemed like that there is no official support of F# in Uno platform. Is this project usable for now?
The text was updated successfully, but these errors were encountered: