Replies: 1 comment
-
I think part of the problem is I want to use Dock.ReactiveUI and there are no examples on how to setup a dock with this framework. I have copyed most of the sample over to a ReactiveUI project and everything seems to run. But still no dock windows will instantiate I am always left with a blank MainView |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I just follow the ReadMe, download the zip then run
dotnet build src/Dock.Avalonia/Dock.Avalonia.csproj -c Release -f netstandard2.0
in a terminal I get a repeating error:If I bring it into Visual Studio I get similar errors in regards to NetStandard2.0 vs .net8 (Which one should we be using anyway looks like the most recent commit was for net 8)
All I am looking for is the bare minimum required to get the tool working on an MVVM project. Copy and pasting source to my project has only proven that I am missing something because no new windows are instantiating.
Beta Was this translation helpful? Give feedback.
All reactions