diff --git a/src/Controls/src/Core/Application.cs b/src/Controls/src/Core/Application.cs index 193c8a1d8b3a..ebf921c16f48 100644 --- a/src/Controls/src/Core/Application.cs +++ b/src/Controls/src/Core/Application.cs @@ -110,10 +110,6 @@ public Page? MainPage } } - /// - [Obsolete("Properties API is obsolete, use Microsoft.Maui.Storage.Preferences instead.", error: true)] - public IDictionary Properties => throw new NotSupportedException("Properties API is obsolete, use Microsoft.Maui.Storage.Preferences instead."); - internal override IReadOnlyList LogicalChildrenInternal => _logicalChildren ??= new ReadOnlyCollection(InternalChildren); @@ -273,10 +269,6 @@ internal void NotifyOfWindowModalEvent(EventArgs eventArgs) public event EventHandler? PageDisappearing; - /// - [Obsolete("Properties API is obsolete, use Microsoft.Maui.Storage.Preferences instead.", error: true)] - public Task SavePropertiesAsync() => throw new NotSupportedException("Properties API is obsolete, use Microsoft.Maui.Storage.Preferences instead."); - /// public IPlatformElementConfiguration On() where T : IConfigPlatform { diff --git a/src/Controls/src/Core/PublicAPI/net-android/PublicAPI.Unshipped.txt b/src/Controls/src/Core/PublicAPI/net-android/PublicAPI.Unshipped.txt index 6e99f8226655..218837ca2448 100644 --- a/src/Controls/src/Core/PublicAPI/net-android/PublicAPI.Unshipped.txt +++ b/src/Controls/src/Core/PublicAPI/net-android/PublicAPI.Unshipped.txt @@ -44,4 +44,6 @@ override Microsoft.Maui.Controls.SearchBar.IsEnabledCore.get -> bool *REMOVED*Microsoft.Maui.Controls.OpenGLView.DisplayRequested -> System.EventHandler *REMOVED*Microsoft.Maui.Controls.OpenGLView.HasRenderLoop.get -> bool *REMOVED*Microsoft.Maui.Controls.OpenGLView.HasRenderLoop.set -> void -*REMOVED*Microsoft.Maui.Controls.OpenGLView.OpenGLView() -> void \ No newline at end of file +*REMOVED*Microsoft.Maui.Controls.OpenGLView.OpenGLView() -> void +*REMOVED*Microsoft.Maui.Controls.Application.SavePropertiesAsync() -> System.Threading.Tasks.Task! +*REMOVED*Microsoft.Maui.Controls.Application.Properties.get -> System.Collections.Generic.IDictionary! \ No newline at end of file diff --git a/src/Controls/src/Core/PublicAPI/net-ios/PublicAPI.Unshipped.txt b/src/Controls/src/Core/PublicAPI/net-ios/PublicAPI.Unshipped.txt index 27d44ac13673..bfe73ebeb904 100644 --- a/src/Controls/src/Core/PublicAPI/net-ios/PublicAPI.Unshipped.txt +++ b/src/Controls/src/Core/PublicAPI/net-ios/PublicAPI.Unshipped.txt @@ -41,4 +41,6 @@ override Microsoft.Maui.Controls.SearchBar.IsEnabledCore.get -> bool *REMOVED*Microsoft.Maui.Controls.OpenGLView.DisplayRequested -> System.EventHandler *REMOVED*Microsoft.Maui.Controls.OpenGLView.HasRenderLoop.get -> bool *REMOVED*Microsoft.Maui.Controls.OpenGLView.HasRenderLoop.set -> void -*REMOVED*Microsoft.Maui.Controls.OpenGLView.OpenGLView() -> void \ No newline at end of file +*REMOVED*Microsoft.Maui.Controls.OpenGLView.OpenGLView() -> void +*REMOVED*Microsoft.Maui.Controls.Application.SavePropertiesAsync() -> System.Threading.Tasks.Task! +*REMOVED*Microsoft.Maui.Controls.Application.Properties.get -> System.Collections.Generic.IDictionary! \ No newline at end of file diff --git a/src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt b/src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt index 27d44ac13673..bfe73ebeb904 100644 --- a/src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt +++ b/src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt @@ -41,4 +41,6 @@ override Microsoft.Maui.Controls.SearchBar.IsEnabledCore.get -> bool *REMOVED*Microsoft.Maui.Controls.OpenGLView.DisplayRequested -> System.EventHandler *REMOVED*Microsoft.Maui.Controls.OpenGLView.HasRenderLoop.get -> bool *REMOVED*Microsoft.Maui.Controls.OpenGLView.HasRenderLoop.set -> void -*REMOVED*Microsoft.Maui.Controls.OpenGLView.OpenGLView() -> void \ No newline at end of file +*REMOVED*Microsoft.Maui.Controls.OpenGLView.OpenGLView() -> void +*REMOVED*Microsoft.Maui.Controls.Application.SavePropertiesAsync() -> System.Threading.Tasks.Task! +*REMOVED*Microsoft.Maui.Controls.Application.Properties.get -> System.Collections.Generic.IDictionary! \ No newline at end of file diff --git a/src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Unshipped.txt b/src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Unshipped.txt index e72f286138d3..7fc7bdb374db 100644 --- a/src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Unshipped.txt +++ b/src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Unshipped.txt @@ -39,4 +39,6 @@ override Microsoft.Maui.Controls.SearchBar.IsEnabledCore.get -> bool *REMOVED*Microsoft.Maui.Controls.OpenGLView.DisplayRequested -> System.EventHandler *REMOVED*Microsoft.Maui.Controls.OpenGLView.HasRenderLoop.get -> bool *REMOVED*Microsoft.Maui.Controls.OpenGLView.HasRenderLoop.set -> void -*REMOVED*Microsoft.Maui.Controls.OpenGLView.OpenGLView() -> void \ No newline at end of file +*REMOVED*Microsoft.Maui.Controls.OpenGLView.OpenGLView() -> void +*REMOVED*Microsoft.Maui.Controls.Application.SavePropertiesAsync() -> System.Threading.Tasks.Task! +*REMOVED*Microsoft.Maui.Controls.Application.Properties.get -> System.Collections.Generic.IDictionary! \ No newline at end of file diff --git a/src/Controls/src/Core/PublicAPI/net-windows/PublicAPI.Unshipped.txt b/src/Controls/src/Core/PublicAPI/net-windows/PublicAPI.Unshipped.txt index 47f3662cb3be..1e2360ee9067 100644 --- a/src/Controls/src/Core/PublicAPI/net-windows/PublicAPI.Unshipped.txt +++ b/src/Controls/src/Core/PublicAPI/net-windows/PublicAPI.Unshipped.txt @@ -38,4 +38,6 @@ override Microsoft.Maui.Controls.SearchBar.IsEnabledCore.get -> bool *REMOVED*Microsoft.Maui.Controls.OpenGLView.DisplayRequested -> System.EventHandler *REMOVED*Microsoft.Maui.Controls.OpenGLView.HasRenderLoop.get -> bool *REMOVED*Microsoft.Maui.Controls.OpenGLView.HasRenderLoop.set -> void -*REMOVED*Microsoft.Maui.Controls.OpenGLView.OpenGLView() -> void \ No newline at end of file +*REMOVED*Microsoft.Maui.Controls.OpenGLView.OpenGLView() -> void +*REMOVED*Microsoft.Maui.Controls.Application.SavePropertiesAsync() -> System.Threading.Tasks.Task! +*REMOVED*Microsoft.Maui.Controls.Application.Properties.get -> System.Collections.Generic.IDictionary! \ No newline at end of file diff --git a/src/Controls/src/Core/PublicAPI/net/PublicAPI.Unshipped.txt b/src/Controls/src/Core/PublicAPI/net/PublicAPI.Unshipped.txt index f4c3afddbd56..b615d03eee31 100644 --- a/src/Controls/src/Core/PublicAPI/net/PublicAPI.Unshipped.txt +++ b/src/Controls/src/Core/PublicAPI/net/PublicAPI.Unshipped.txt @@ -43,3 +43,5 @@ override Microsoft.Maui.Controls.SearchBar.IsEnabledCore.get -> bool *REMOVED*Microsoft.Maui.Controls.OpenGLView.HasRenderLoop.get -> bool *REMOVED*Microsoft.Maui.Controls.OpenGLView.HasRenderLoop.set -> void *REMOVED*Microsoft.Maui.Controls.OpenGLView.OpenGLView() -> void +*REMOVED*Microsoft.Maui.Controls.Application.SavePropertiesAsync() -> System.Threading.Tasks.Task! +*REMOVED*Microsoft.Maui.Controls.Application.Properties.get -> System.Collections.Generic.IDictionary! \ No newline at end of file diff --git a/src/Controls/src/Core/PublicAPI/netstandard/PublicAPI.Unshipped.txt b/src/Controls/src/Core/PublicAPI/netstandard/PublicAPI.Unshipped.txt index 688bcb332169..286aa4b17784 100644 --- a/src/Controls/src/Core/PublicAPI/netstandard/PublicAPI.Unshipped.txt +++ b/src/Controls/src/Core/PublicAPI/netstandard/PublicAPI.Unshipped.txt @@ -36,4 +36,6 @@ override Microsoft.Maui.Controls.SearchBar.IsEnabledCore.get -> bool *REMOVED*Microsoft.Maui.Controls.OpenGLView.DisplayRequested -> System.EventHandler *REMOVED*Microsoft.Maui.Controls.OpenGLView.HasRenderLoop.get -> bool *REMOVED*Microsoft.Maui.Controls.OpenGLView.HasRenderLoop.set -> void -*REMOVED*Microsoft.Maui.Controls.OpenGLView.OpenGLView() -> void \ No newline at end of file +*REMOVED*Microsoft.Maui.Controls.OpenGLView.OpenGLView() -> void +*REMOVED*Microsoft.Maui.Controls.Application.SavePropertiesAsync() -> System.Threading.Tasks.Task! +*REMOVED*Microsoft.Maui.Controls.Application.Properties.get -> System.Collections.Generic.IDictionary! \ No newline at end of file