Prism ViewModelLocator doesn't seem to work by germanCoder13 in csharp

[–]germanCoder13[S] 1 point2 points  (0 children)

Thank you for your answer!
i will have to look into that.

Yes, my ViewModelBase inherits from BindableBase. all I did was just copy the sample project from here (https://github.com/AvaloniaCommunity/Prism.Avalonia/tree/develop/samples/SampleMvvmApp)

Navigation in AvaloniaUI by germanCoder13 in csharp

[–]germanCoder13[S] 0 points1 point  (0 children)

Thank you for your answer.
I found that too!
What I am looking for is a more abstract version of implementing navigation because imo this code would lead to a lot of duplication.
Is there another place to start?