Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion eng/BannedSymbols.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ M:Android.Widget.ImageView.GetScaleType();Use PlatformInterop.IsImageViewCenterC
P:Microsoft.Maui.MauiWinUIApplication.Services;Use the IPlatformApplication.Current.Services instead
P:Microsoft.Maui.MauiWinUIApplication.Application;Use the IPlatformApplication.Current.Application instead
P:Microsoft.UI.Xaml.Window.AppWindow;This API doesn't have null safety. Use GetAppWindow() and make sure to account for the possibility that GetAppWindow() might be null.
P:Microsoft.UI.Xaml.Controls.Panel.Children;Use MauiPanel.CachedChildren instead to avoid performance hit
P:Microsoft.UI.Xaml.Controls.Panel.Children;Use MauiPanel.CachedChildren instead to avoid performance hit
M:Microsoft.Maui.Controls.Internals.TypedBinding`2.#ctor(System.Func{`0,System.ValueTuple{`1,System.Boolean}},System.Action{`0,`1},System.Tuple{System.Func{`0,System.Object},System.String}[]);Use the constructor with handlersCount and handlers Func instead to avoid allocations
Loading
Loading