From 2d7801ec83126f3d8845e3ba96e1bb2a8621516a Mon Sep 17 00:00:00 2001 From: Chris Pulman Date: Sun, 31 Dec 2023 21:29:38 +0000 Subject: [PATCH] Housekeeping - Update usings and namespaces (#3702) **What kind of change does this PR introduce?** Housekeeping **What is the current behavior?** unused usings exist namespaces for maui using base ReactiveUI namespace **What is the new behavior?** unused usings removed namespaces for ReactiveUI.Maui updated API packages updated and test amended as necessary - NO API actually changed, pure formatting update. **What might this PR break?** XAML includes using the ReactiveUI namespace will need to update to ReactiveUI.Maui to standardise across all controls. **Please check if the PR fulfills these requirements** - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug fixes / features) **Other information**: --------- --- src/Directory.build.props | 12 +++++----- .../Common/AutoDataTemplateBindingHook.cs | 3 --- .../BooleanToVisibilityTypeConverter.cs | 4 ++++ src/ReactiveUI.Maui/Common/ReactivePage.cs | 4 ++++ .../Common/ReactiveUserControl.cs | 7 +++--- .../Common/ViewModelViewHost.cs | 14 +---------- src/ReactiveUI.Maui/Registrations.cs | 5 +--- .../DependencyObjectObservableForProperty.cs | 8 ++----- .../WinUI/DispatcherQueueScheduler.cs | 3 ++- ...valTests.ReactiveUI.DotNet6_0.verified.txt | 2 +- ...valTests.ReactiveUI.DotNet7_0.verified.txt | 2 +- ...valTests.ReactiveUI.DotNet8_0.verified.txt | 2 +- ...provalTests.ReactiveUI.Net4_7.verified.txt | 23 +++++++------------ .../Mixins/DependencyResolverMixins.cs | 9 +++----- 14 files changed, 38 insertions(+), 60 deletions(-) diff --git a/src/Directory.build.props b/src/Directory.build.props index 8fe59bdc87..2a12596fb8 100644 --- a/src/Directory.build.props +++ b/src/Directory.build.props @@ -33,7 +33,7 @@ true true true - 2.6.1 + 2.6.4