-
Notifications
You must be signed in to change notification settings - Fork 116
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
Issues with the guide "ToDo List app" #58
Comments
Hi @Biepa and welcome, ... yeah we had a huge release a few weeks ago which changed just a lot. I need to work on this sample to update it. It's on my list, but as I have to do it after my "normal" job it takes some time. Sorry for the inconvenience 🙈 . Meanwhile please also explore: https://github.com/AvaloniaUI/Avalonia.Samples It's already up to date. also feel free to join out telegram community chat: https://t.me/Avalonia Note: I'll move this issue into Avalonia.Samples as this is where it belongs to. Stay tuned :-) Happy coding |
Hey @timunie, |
Hey @timunie, |
yeah the reference docs are only 0.10.x and not for 11.0 as we didn't find a good solution for it work yet. Afaik it should be back to life at a certain point, but hasn't high priority. Tbh, we think the source is much more useful then the reference API |
Thanks for the fast reply. If it could be noted on the reference API and the v11 docs that it's not up to date it could save other users time and frustration. |
Similar issue |
@BlueJay2022 can you specify more? Which IDE, which Avalonia-Template version? Which kind of Template did you used? |
Thanks for the response
I used vs code on a Mac 2023 m2
Dotnet new Avalonia.app
This is my first ever work on a Mac so I can’t say with certainty i did everything correctly
…Sent from my iPhone
On Dec 11, 2023, at 3:42 AM, Tim ***@***.***> wrote:
@BlueJay2022<https://github.com/BlueJay2022> can you specify more? Which IDE, which Avalonia-Template version? Which kind of Template did you used?
—
Reply to this email directly, view it on GitHub<#58 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AWPU4JJITVLHXSVZPKTJOATYI3BO3AVCNFSM6AAAAAA3X64XNWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBZGU3DGNBYHE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I remember issues with Mac M2 but I have no mac to test. What I can tell you is however, that you should use the MVVM template if you want to have a MainViewModel creaded: dotnet new avalonia.mvvm -o BasicMvvmSample
cd BasicMvvmSample |
I have been able to follow the guide up to https://docs.avaloniaui.net/docs/tutorials/todo-list-app/navigate-views but not luck afterwards. |
Describe the bug
I'm new to Avalonia and MVVM, so I wanted to take one of the tutorials to get easily started. But the guide is not matching with the current Avalonia version in terms of stuff looking different in Visual Studio and on the guide.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A beginners guide is most useful when it can be followed 100% the experience described. Please let someone knowledgable go through it and fix the issues coming up in the documentation.
Screenshots
Issue 1
As an example I adjusted my content like shown here:
https://docs.avaloniaui.net/docs/next/tutorials/todo-list-app/main-window-content
But getting an error of "Unable to resolve type MainWindowViewModel from namespace using:ToDoList.ViewModels Line 13, position 6"
As correctly the "MainWindowViewModel" is not created it seems.
Issue 2
Here is written "Locate the Models folder": https://docs.avaloniaui.net/docs/next/tutorials/todo-list-app/creating-a-model
Which is not created by default.
Same issue here: https://docs.avaloniaui.net/docs/next/tutorials/todo-list-app/creating-a-view-model#view-model-to-model-dependency
As "MainWindowViewModel" is not existing
This leads to other issues later on following the guide.
Desktop (please complete the following information):
Additional context
For me as beginner it's hard to get into Avalonia and MVVM programming when the basic tutorial is not working. As I'm confused by the missing MainWindowViewModel and other stuff. I solved some if it by looking at other tutorials but that's not the intention of a tutorial for new users.
Sure it's an additional learning oportunity, but I would like to understand the basics first before I start debugging it.
Thanks you
The text was updated successfully, but these errors were encountered: