community-toolkit-mvvm Questions
3
Solved
I'm implementing auto complete feature in my .NET MAUI app and I'm using CommunityToolkit.Mvvm code generators in my view model to handle observable properties.
I have the following code and I'm tr...
Spermatic asked 25/6, 2022 at 23:42
2
I am using .net Maui MVVM source generators to create properties as observable properties. I am using System.Text.Json.Serialization to serialize the properties of a class to JSON. When I use [Json...
Pirate asked 28/11, 2022 at 11:30
9
Solved
My MAUI App when running in Debug mode in a emulator is working good but it is not running when I run this in release mode ( does not work either in emulator or a physical device) it crashes.
I am ...
Workout asked 24/11, 2022 at 22:24
4
Solved
In my view models, I wanted to use the source generators in CommunityToolkit.Mvvm but for some reason I can't seem to use [ICommand] attribute with my action methods.
The error I get is:
Cannot ap...
Canonist asked 10/6, 2022 at 17:38
1
© 2022 - 2024 — McMap. All rights reserved.