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

Unable to resolve type DockAttachedProperties #18

Open
martinrhan opened this issue Feb 15, 2023 · 0 comments
Open

Unable to resolve type DockAttachedProperties #18

martinrhan opened this issue Feb 15, 2023 · 0 comments

Comments

@martinrhan
Copy link

Steps to reproduce:

  1. Create a new project using "Avaolonia MVVM Appilcation" template.
  2. Add package reference <PackageReference Include="NP.Avalonia.UniDock" Version="1.0.48" />
  3. In MainWindow.axaml, add the namespace xmlns:np="https://np.com/visuals"
  4. Add attached property to the window as well np:DockAttachedProperties.DockChildWindowOwner="{Binding RelativeSource={RelativeSource Mode=Self}}"
  5. Build.
  6. Build successful, but there is an error, telling "Unable to resolve type DockAttachedProperties"
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

No branches or pull requests

1 participant