-
I would love to use ObservableObject and AsyncCommand in my view models, but I also do not want my VMs to have a Xamarin.Forms dependency. Has there been any consideration of spinning off another NuGet package for the code in XCT which does not need to carry a dependency on Forms? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@jcmanke AFAIK there are no plans for releasing another package for ObservableObject. We remove the XF dependency from AsyncCommand, as you can see here #825 but if you see more dependencies, please open an issue as an enhacenment. |
Beta Was this translation helpful? Give feedback.
-
Hey friends, we will not change it here. On MCT we don't have those objects anymore, you can find them on CommunityToolkit.MVVM. Thanks for the input and discussion. If you've any suggestion about it please open a discussion here |
Beta Was this translation helpful? Give feedback.
Hey friends, we will not change it here. On MCT we don't have those objects anymore, you can find them on CommunityToolkit.MVVM.
Thanks for the input and discussion. If you've any suggestion about it please open a discussion here