File tree Expand file tree Collapse file tree 9 files changed +20
-20
lines changed
Expand file tree Collapse file tree 9 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 4545 </Content >
4646 </ItemGroup >
4747 <ItemGroup >
48- <PackageReference Include =" Microsoft.Toolkit. Mvvm" Version =" 7.0.0 " />
48+ <PackageReference Include =" CommunityToolkit. Mvvm" Version =" 7.0.3 " />
4949 <PackageReference Include =" Nito.AsyncEx.Coordination" Version =" 5.1.0" />
5050 <PackageReference Include =" Refit" Version =" 6.0.38" />
5151 </ItemGroup >
Original file line number Diff line number Diff line change 33// See the LICENSE file in the project root for more information.
44
55using System . Threading . Tasks ;
6- using Microsoft . Toolkit . Mvvm . Input ;
6+ using CommunityToolkit . Mvvm . Input ;
77
88namespace MvvmSample . Core . ViewModels
99{
Original file line number Diff line number Diff line change 22// The .NET Foundation licenses this file to you under the MIT license.
33// See the LICENSE file in the project root for more information.
44
5- using Microsoft . Toolkit . Mvvm . ComponentModel ;
6- using Microsoft . Toolkit . Mvvm . Input ;
7- using Microsoft . Toolkit . Mvvm . Messaging ;
8- using Microsoft . Toolkit . Mvvm . Messaging . Messages ;
95using System . Windows . Input ;
6+ using CommunityToolkit . Mvvm . ComponentModel ;
7+ using CommunityToolkit . Mvvm . Input ;
8+ using CommunityToolkit . Mvvm . Messaging ;
9+ using CommunityToolkit . Mvvm . Messaging . Messages ;
1010
1111namespace MvvmSample . Core . ViewModels
1212{
@@ -21,9 +21,9 @@ public MessengerPageViewModel()
2121 public ICommand RequestCurrentUsernameCommand { get ; }
2222 public ICommand ResetCurrentUsernameCommand { get ; }
2323
24- public UserSenderViewModel SenderViewModel { get ; } = new UserSenderViewModel ( ) ;
24+ public UserSenderViewModel SenderViewModel { get ; } = new ( ) ;
2525
26- public UserReceiverViewModel ReceiverViewModel { get ; } = new UserReceiverViewModel ( ) ;
26+ public UserReceiverViewModel ReceiverViewModel { get ; } = new ( ) ;
2727
2828 // Simple viewmodel for a module sending a username message
2929 public class UserSenderViewModel : ObservableRecipient
Original file line number Diff line number Diff line change 22// The .NET Foundation licenses this file to you under the MIT license.
33// See the LICENSE file in the project root for more information.
44
5- using Microsoft . Toolkit . Mvvm . Input ;
65using System . Threading . Tasks ;
76using System . Windows . Input ;
7+ using CommunityToolkit . Mvvm . Input ;
88
99namespace MvvmSample . Core . ViewModels
1010{
Original file line number Diff line number Diff line change 33// See the LICENSE file in the project root for more information.
44
55using System . Windows . Input ;
6- using Microsoft . Toolkit . Mvvm . Input ;
6+ using CommunityToolkit . Mvvm . Input ;
77
88namespace MvvmSample . Core . ViewModels
99{
Original file line number Diff line number Diff line change 55using System . Collections . Generic ;
66using System . IO ;
77using System . Threading . Tasks ;
8- using Microsoft . Toolkit . Mvvm . ComponentModel ;
9- using Microsoft . Toolkit . Mvvm . DependencyInjection ;
10- using Microsoft . Toolkit . Mvvm . Input ;
8+ using CommunityToolkit . Mvvm . ComponentModel ;
9+ using CommunityToolkit . Mvvm . DependencyInjection ;
10+ using CommunityToolkit . Mvvm . Input ;
1111using MvvmSample . Core . Helpers ;
1212using MvvmSample . Core . Services ;
1313
Original file line number Diff line number Diff line change 22// The .NET Foundation licenses this file to you under the MIT license.
33// See the LICENSE file in the project root for more information.
44
5- using Microsoft . Toolkit . Mvvm . ComponentModel ;
6- using Microsoft . Toolkit . Mvvm . Messaging ;
7- using Microsoft . Toolkit . Mvvm . Messaging . Messages ;
5+ using CommunityToolkit . Mvvm . ComponentModel ;
6+ using CommunityToolkit . Mvvm . Messaging ;
7+ using CommunityToolkit . Mvvm . Messaging . Messages ;
88using MvvmSample . Core . Models ;
99
1010namespace MvvmSample . Core . ViewModels . Widgets
Original file line number Diff line number Diff line change 55using System . Collections . Generic ;
66using System . Collections . ObjectModel ;
77using System . Threading . Tasks ;
8- using Microsoft . Toolkit . Mvvm . ComponentModel ;
9- using Microsoft . Toolkit . Mvvm . DependencyInjection ;
10- using Microsoft . Toolkit . Mvvm . Input ;
8+ using CommunityToolkit . Mvvm . ComponentModel ;
9+ using CommunityToolkit . Mvvm . DependencyInjection ;
10+ using CommunityToolkit . Mvvm . Input ;
1111using MvvmSample . Core . Models ;
1212using MvvmSample . Core . Services ;
1313using Nito . AsyncEx ;
Original file line number Diff line number Diff line change 55using Windows . ApplicationModel . Activation ;
66using Windows . ApplicationModel . Core ;
77using Windows . UI . Xaml ;
8+ using CommunityToolkit . Mvvm . DependencyInjection ;
89using Microsoft . Extensions . DependencyInjection ;
9- using Microsoft . Toolkit . Mvvm . DependencyInjection ;
1010using MvvmSampleUwp . Services ;
1111using Refit ;
1212using MvvmSampleUwp . Helpers ;
You can’t perform that action at this time.
0 commit comments