Add deprecated attributes for Frame and Compatibility.Layout #426
Annotations
5 warnings
Pack nugets:
src/BlazorBindings.Maui/Properties/AttributeInfo.cs#L53
'Frame' is obsolete: 'Frame is obsolete as of .NET 9. Please use Border instead.'
|
Pack nugets:
src/BlazorBindings.Maui/Properties/AttributeInfo.cs#L193
'Layout' is obsolete: 'Use Microsoft.Maui.Controls.Layout instead. For more information, see https://learn.microsoft.com/dotnet/maui/user-interface/layouts/custom'
|
Pack nugets:
src/BlazorBindings.Maui/Elements/TemplatedView.generated.cs#L21
'Layout' is obsolete: 'Use Microsoft.Maui.Controls.Layout instead. For more information, see https://learn.microsoft.com/dotnet/maui/user-interface/layouts/custom'
|
Pack nugets:
src/BlazorBindings.Maui/Elements/ScrollView.generated.cs#L22
'Layout' is obsolete: 'Use Microsoft.Maui.Controls.Layout instead. For more information, see https://learn.microsoft.com/dotnet/maui/user-interface/layouts/custom'
|
Pack nugets:
src/BlazorBindings.Maui/Navigation/Navigation.cs#L27
'Application.MainPage.get' is obsolete: 'This property has been deprecated. For single-window applications, use Windows[0].Page. For multi-window applications, identify and use the appropriate Window object to access the desired Page. Additionally, each element features a Window property, accessible when it's part of the current window.'
|
Loading