AvaloniaUI / avalonia-docs

https://docs.avaloniaui.net/docs/welcome
65 stars 213 forks source link

Update add-content-to-dialog.md #349

Closed haekenssam closed 9 months ago

haekenssam commented 9 months ago

<Window ... xmlns:views="using:Avalonia.MusicStore.Views" >

Doesn't work change to "using:Avalonia.MusicStore"

timunie commented 9 months ago

In which case doesn't it work? I used the official repo yesterday and had no such issue. Please add details about the issue you're facing.

Mike-Plouffe commented 8 months ago

@maxkatz6 I agree with timunie here. Why was this approved? I am following the tutorial now and I need the .views in order for the code to function. When I pull up the completed github code, it also still contains .views there - https://github.com/AvaloniaUI/MusicStoreTutorial/blob/master/Avalonia.MusicStore/Views/MusicStoreWindow.axaml