diff --git a/src/Uno.Extensions.Reactive.UI/AssemblyInfo.cs b/src/Uno.Extensions.Reactive.UI/AssemblyInfo.cs index cb7af128e..86ad37bb9 100644 --- a/src/Uno.Extensions.Reactive.UI/AssemblyInfo.cs +++ b/src/Uno.Extensions.Reactive.UI/AssemblyInfo.cs @@ -1,4 +1,6 @@ -using System.Runtime.CompilerServices; +using System.Reflection; +using System.Runtime.CompilerServices; using Uno.Extensions.Equality; [assembly: ImplicitKeys(IsEnabled = false)] +[assembly: AssemblyMetadata("IsTrimmable", "True")] diff --git a/src/Uno.Extensions.Reactive.UI/Uno.Extensions.Reactive.UI.WinUI.csproj b/src/Uno.Extensions.Reactive.UI/Uno.Extensions.Reactive.UI.WinUI.csproj index dec96346c..f6f087329 100644 --- a/src/Uno.Extensions.Reactive.UI/Uno.Extensions.Reactive.UI.WinUI.csproj +++ b/src/Uno.Extensions.Reactive.UI/Uno.Extensions.Reactive.UI.WinUI.csproj @@ -10,6 +10,8 @@ false $(DefineConstants);WINUI Uno.Extensions.Reactive.WinUI + + true diff --git a/src/Uno.Extensions.Reactive.UI/Uno.Extensions.Reactive.UI.csproj b/src/Uno.Extensions.Reactive.UI/Uno.Extensions.Reactive.UI.csproj index 857089080..a6dfe126b 100644 --- a/src/Uno.Extensions.Reactive.UI/Uno.Extensions.Reactive.UI.csproj +++ b/src/Uno.Extensions.Reactive.UI/Uno.Extensions.Reactive.UI.csproj @@ -8,6 +8,8 @@ Reactive Extensions for the Uno Platform (UWP) Uno.Extensions.Reactive.UI + + true