diff --git a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Markup/Given_XamlReader.cs b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Markup/Given_XamlReader.cs index 50b6eeddcc8c..b071890bab86 100644 --- a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Markup/Given_XamlReader.cs +++ b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Markup/Given_XamlReader.cs @@ -1,20 +1,25 @@ #if HAS_UNO +using System; +using System.Collections; +using System.Collections.Generic; using System.Linq; using Uno.UI.Extensions; using Uno.UI.Helpers; using Uno.Xaml; using Microsoft.UI.Xaml; using Microsoft.UI.Xaml.Controls; +using Microsoft.UI.Xaml.Documents; using Microsoft.UI.Xaml.Input; using Microsoft.UI.Xaml.Shapes; using Windows.Foundation; using Microsoft.UI.Xaml.Media; +using Microsoft.UI.Xaml.Markup; namespace Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Markup { [TestClass] [RunsOnUIThread] - public class Given_XamlReader + public partial class Given_XamlReader { [TestMethod] public void When_DoubleCollection() @@ -335,6 +340,341 @@ public void When_XMLNS() var xaml = XamlHelper.LoadXaml