We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ViewModel code appears to be unfinished: https://github.com/CommunityToolkit/MVVM-Samples/blob/master/samples/MvvmSample.Core/ViewModels/CollectionsPageViewModel.cs#L1-L15
The text for the C# in the View is the same as the text for the C# in the RelayCommand view:
MVVM-Samples/samples/MvvmSampleUwp/Views/CollectionsPage.xaml
Lines 139 to 159 in 8963a87
The text was updated successfully, but these errors were encountered:
I just went to go look at this sample and found the same thing. FYI @Sergio0694
I believe this is the ViewModel being used here: https://github.com/CommunityToolkit/MVVM-Samples/blob/master/samples/MvvmSample.Core/ViewModels/Widgets/ContactsListWidgetViewModel.cs
Not sure where the CollectionsPageViewModel is used, that's something else.
Sorry, something went wrong.
No branches or pull requests
ViewModel code appears to be unfinished:
https://github.com/CommunityToolkit/MVVM-Samples/blob/master/samples/MvvmSample.Core/ViewModels/CollectionsPageViewModel.cs#L1-L15
The text for the C# in the View is the same as the text for the C# in the RelayCommand view:
MVVM-Samples/samples/MvvmSampleUwp/Views/CollectionsPage.xaml
Lines 139 to 159 in 8963a87
https://github.com/CommunityToolkit/MVVM-Samples/blob/master/samples/MvvmSampleUwp/Views/RelayCommandPage.xaml#L47-L76
The text was updated successfully, but these errors were encountered: