You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same issue as #313 but with rider. The page says: "In the sidebar, scroll down and select Avalonia App" but it should be "Avalonia .NET MVVM App". Also it is not precised that the file "MainView.axaml" is in the directory "views" (it is in the root directory with "Avalonia .NET app").
Finally it says next: "In the current application, the content zone of the Window references another view: <views:MainView />. This is a reference to the MainView.axaml file, which is a UserControl that will be displayed in the content zone of the Window." however there is no "MainView.axaml" file created and the xml snippet <TextBlock Text="{Binding Greeting}" HorizontalAlignment="Center" VerticalAlignment="Center"/> explained is actually in the file MainWindow.axaml?
Note that the documentation page says it is for Version: 11.0.x but my install (from this morning) shows a version Avalonia.Templates::11.2.1.1
Note also that the app run correctly so I guess it's a discrepency between the template version and the doc
Best regards
The text was updated successfully, but these errors were encountered:
Hello,
I have the same issue as #313 but with rider. The page says: "In the sidebar, scroll down and select Avalonia App" but it should be "Avalonia .NET MVVM App". Also it is not precised that the file "MainView.axaml" is in the directory "views" (it is in the root directory with "Avalonia .NET app").
Finally it says next:
"In the current application, the content zone of the Window references another view: <views:MainView />. This is a reference to the MainView.axaml file, which is a UserControl that will be displayed in the content zone of the Window."
however there is no"MainView.axaml"
file created and the xml snippet<TextBlock Text="{Binding Greeting}" HorizontalAlignment="Center" VerticalAlignment="Center"/>
explained is actually in the fileMainWindow.axaml
?Note that the documentation page says it is for
Version: 11.0.x
but my install (from this morning) shows a versionAvalonia.Templates::11.2.1.1
Note also that the app run correctly so I guess it's a discrepency between the template version and the doc
Best regards
The text was updated successfully, but these errors were encountered: