Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MICROSOFTTTTTTTTTTTTT this fixes this cursed error caused by Xaml Interactivity in App.xaml L638 ``` [Erro] [XAML_OTHER] System.ArgumentException: Cannot find a property named Microsoft.UI.Xaml.PropertyPath on type Popup. at Microsoft.Xaml.Interactions.Core.ChangePropertyAction.ValidateProperty(String targetTypeName, PropertyInfo propertyInfo) at Microsoft.Xaml.Interactions.Core.ChangePropertyAction.UpdatePropertyValue(Object targetObject) at Microsoft.Xaml.Interactions.Core.ChangePropertyAction.Execute(Object sender, Object parameter) at Microsoft.Xaml.Interactivity.Interaction.ExecuteActions(Object sender, ActionCollection actions, Object parameter) at Microsoft.Xaml.Interactions.Core.DataTriggerBehavior.OnValueChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs args) at ABI.Microsoft.UI.Xaml.PropertyChangedCallback.Do_Abi_Invoke(IntPtr thisPtr, IntPtr d, IntPtr e) --- End of stack trace from previous location --- at WinRT.ExceptionHelpers.<ThrowExceptionForHR>g__Throw|39_0(Int32) at ABI.Microsoft.UI.Xaml.IFrameworkElementOverridesMethods.MeasureOverride(IObjectReference, Size) at Microsoft.UI.Xaml.FrameworkElement.Microsoft.UI.Xaml.IFrameworkElementOverrides.MeasureOverride(Size) at ABI.Microsoft.UI.Xaml.IFrameworkElementOverrides.Do_Abi_MeasureOverride_0(IntPtr thisPtr, Size availableSize, Size* result) ``` Also in an attempt to track which assemblies are fine to be trimmed
- Loading branch information