Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 667855b

Browse files
authored
Merge branch 'develop' into UWPFix2
2 parents c14280c + afbf1e2 commit 667855b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CommunityToolkit/Xamarin.CommunityToolkit/ObjectModel/Extensions/INotifyPropertyChangedExtension.shared.cs

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ namespace Xamarin.CommunityToolkit.ObjectModel.Extensions
55
{
66
public static class INotifyPropertyChangedExtension
77
{
8+
[EditorBrowsable(EditorBrowsableState.Never)]
9+
[Obsolete("This method is deprecated due to high probability of misuse. Use WeakEventManager instead.")]
810
public static void WeakSubscribe<T>(this INotifyPropertyChanged target, T subscriber, Action<T, object?, PropertyChangedEventArgs> action)
911
{
1012
_ = target ?? throw new ArgumentNullException(nameof(target));

0 commit comments

Comments
 (0)