You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ArchieCoder suggest changing the log level of these warnings to Debug. This adjustment will help in reducing the clutter in the warning logs and focus attention on issues that require immediate action. These warnings are not critical and do not necessitate immediate responses.
Microsoft.UI.Xaml.UIElement: Warning: The ManipulationMode 'TranslateX, TranslateY, TranslateInertia' is not supported by Uno. Only 'None', 'All', 'System', 'TranslateX', 'TranslateY', 'Rotate', and 'Scale' are supported. Using any other mode will not cause an error, but the corresponding manipulation event will not be generated. Note that with Uno the 'All' and 'System' are handled the same way.
Microsoft.UI.Xaml.UIElement: The ManipulationMode 'TranslateX, TranslateY, TranslateInertia' is not supported by Uno. Only 'None', 'All', 'System', 'TranslateX', 'TranslateY', 'Rotate', and 'Scale' are supported. Using any other mode will not cause an error, but the corresponding manipulation event will not be generated. Note that with Uno the 'All' and 'System' are handled the same way.
I/Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator: CreateControlFromType - Creating control of type DirectConnectionControl
I/Microsoft.UI.Xaml.UIElement: Microsoft.UI.Xaml.Controls.Button: no pointers to release.
I/Uno.Extensions.Navigation.Navigators.FrameNavigator: NavigateAsync - Starting Navigation - Navigator: FrameNavigator Request: Main/Debug
I/Microsoft.UI.Xaml.UIElement: Microsoft.UI.Xaml.Controls.Button: Cannot release pointer Mouse/1: not captured by this control.
The text was updated successfully, but these errors were encountered:
Darsh0307
changed the title
@jeromelaban may I suggest all the following warnings to be changed to Debug so they don't show in log level Warning? None of them have call to action to do anything.
Issues with Navigation Paths and Xaml Controls
Jul 26, 2024
Darsh0307
changed the title
Issues with Navigation Paths and Xaml Controls
Change Log Level of Non-Actionable Warnings to Debug
Jul 26, 2024
Originally posted by @ArchieCoder in #2423 (comment)
@ArchieCoder suggest changing the log level of these warnings to Debug. This adjustment will help in reducing the clutter in the warning logs and focus attention on issues that require immediate action. These warnings are not critical and do not necessitate immediate responses.
Originally posted by @ArchieCoder in #2423 (comment)
The text was updated successfully, but these errors were encountered: