Documentation Code is Non-Functional #1006
DevKnightlie
started this conversation in
General
Replies: 1 comment 4 replies
-
|
Please check samples first, documentation is not able to cover each detail. If something does not work for you provide sample repro or code that does not work or full repro project, otherwise its not possible to help. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get a basic implementation of Dock up and running and nothing is working. I want to use the ItemsSource approach which matches how the rest of my code is built, but the code in the documentation here is incorrect, and throws at runtime:
Unable to cast object of type 'Dock.Model.Avalonia.Controls.RootDock' to type 'DockQuickStart.MainWindowViewModel'I have no idea what it's trying to do here and the documentation isn't explaining anything. I also can't fund any samples which use my approach. Are there any other demos I can refer to?
Beta Was this translation helpful? Give feedback.
All reactions