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

Update Template package versions #8

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Conversation

AngelMunoz
Copy link
Contributor

bump versions, escape directives

Formating done with fantomas and F# Single Argument Web Mode (via Rider)
https://github.com/fsprojects/fantomas/blob/master/docs/Documentation.md

fsharp_single_argument_web_mode=true

@schauerte
Copy link

One short question:
After creating a new project with the current version of the quickstart template, I tried to upgrade the package references (and target net5.0). As soon, as I target Avalonia 0.10.0-rc1 or higher, the application exits with an exception (while 9.12 and below are workign fine):

System.MissingMethodException: Method not found: 'Void Avalonia.IAvaloniaObject.SetValue(Avalonia.AvaloniaProperty`1<!!0>, !!0, Avalonia.Data.BindingPriority)'.
   at Avalonia.FuncUI.VirtualDom.Patcher.create(ViewDelta viewElement)
   at Avalonia.FuncUI.VirtualDom.VirtualDom.updateRoot(IContentControl host, FSharpOption`1 last, FSharpOption`1 next)
   at Avalonia.FuncUI.Components.Hosts.HostWindow.update(FSharpOption`1 nextViewElement)
   at Avalonia.FuncUI.Components.Hosts.HostWindow.Avalonia-FuncUI-Components-Hosts-IViewHost-Update(FSharpOption`1 next)
   at [email protected](model state, FSharpFunc`2 dispatch)
   at Elmish.ProgramModule.runWith[arg,model,msg,view](arg arg, Program`4 program)
   at funcUIPrototype.Shell.MainWindow..ctor() in /home/andreas/Documents/Projects/BBraun/ui-eval/avalonia/funcUIPrototype/funcUIPrototype/Shell.fs:line 80
   at funcUIPrototype.App.OnFrameworkInitializationCompleted() in /home/andreas/Documents/Projects/BBraun/ui-eval/avalonia/funcUIPrototype/funcUIPrototype/Program.fs:line 20
   at Avalonia.Controls.AppBuilderBase`1.Setup()
   at Avalonia.Controls.AppBuilderBase`1.SetupWithLifetime(IApplicationLifetime lifetime)
   at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime[T](T builder, String[] args, ShutdownMode shutdownMode)
   at funcUIPrototype.Program.main(String[] args) in /home/andreas/Documents/Projects/BBraun/ui-eval/avalonia/funcUIPrototype/funcUIPrototype/Program.fs:line 27

I did not find a relevant change in this MR. Does the problem exists here too?
Should I create a new issue or will this be fixed with this MR?
Is there anything I can do (to work around or help fixing this)?

Many thanks in advance.

@AngelMunoz
Copy link
Contributor Author

hey there, hello @schauerte I haven't been able to work on this anymore but the continued development is here https://github.com/fsprojects/Avalonia.FuncUI perhaps they can give you a hand

Feel free to use this PR as the base for a new PR I will take a look at it if you chose to do so

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

Successfully merging this pull request may close these issues.

2 participants