-
This is tough to understand for people getting into MVVM, going through various files and understanding all the code. Also, the advantages of MVVM, apart from better testing, especially in Flutter.
-
I am implementing mvvm-scaffolding and have a issue which i can not resolve neatly:
If i use the resource-tag it generate the urls with the context-path( e.g. /mvvm-test). This is quite well for
``…
-
**Is your feature request related to a problem? Please describe.**
Right now we have editor only for `win` platform.
For going crossplat we need to migrate to `avalonia` or `maui`
`MAUI` dosen't f…
-
### Bug report
Binding an MVVM DropDownList to a property that is null results in an error on the console.
### Reproduction of the problem
1. Open this example - https://dojo.telerik.com/@ssp…
-
### Describe the bug
Hi All,
We are migrating our class library application from MVVMLight to MVVMToolkit. We were using SimpleIoc container. We need to use Ioc (Microsoft.Toolkit.Mvvm.DependencyI…
-
-
### Is your feature request related to a problem? Please describe.
I would like to create an application that supports Prism.Avalonia
### Describe the solution you'd like
When creating a new …
-
-
# Show case, code -> [Todolist app](https://github.com/Jasmine-liang/todo-list-app)
https://user-images.githubusercontent.com/63624438/118086286-48d24a80-b3f6-11eb-80eb-8394bd686de8.mp4
## Da…
-
### Describe the bug
Documentation of `ObservableRecipient.Broadcast` indicate that Broadcast(...) should be overridden in order to use a custom channel (token). If we need to use the features of `…