Skip to content

Commit 413483f

Browse files
[create-pull-request] automated change
1 parent ff5f3f0 commit 413483f

File tree

171 files changed

+1129
-1074
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+1129
-1074
lines changed

src/Compatibility/ControlGallery/src/Issues.Shared/Issue2143.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ namespace Microsoft.Maui.Controls.ControlGallery.Issues
1010
{
1111
[Preserve(AllMembers = true)]
1212
[Issue(IssueTracker.Github, 2143, "Picker on windows phone", PlatformAffected.WinPhone)]
13-
#if UITEST
13+
#if UITEST
1414
[NUnit.Framework.Category(Compatibility.UITests.UITestCategories.TableView)]
15-
#endif
15+
#endif
1616
public class Issue2143 : ContentPage
1717
{
1818
public Issue2143()

src/Compatibility/ControlGallery/src/Issues.Shared/Issue22246_BZ.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ namespace Microsoft.Maui.Controls.ControlGallery.Issues
1111
{
1212
[Preserve(AllMembers = true)]
1313
[Issue(IssueTracker.Bugzilla, 22246, "Entry in Grid nested in ViewCell isn't expanding", PlatformAffected.WinPhone, NavigationBehavior.PushModalAsync)]
14-
#if UITEST
14+
#if UITEST
1515
[NUnit.Framework.Category(Compatibility.UITests.UITestCategories.TableView)]
16-
#endif
16+
#endif
1717
public class Issue22246Bz : ContentPage
1818
{
1919
public Issue22246Bz()

src/Compatibility/ControlGallery/src/Issues.Shared/Issue2615.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ namespace Microsoft.Maui.Controls.ControlGallery.Issues
66
{
77
[Preserve(AllMembers = true)]
88
[Issue(IssueTracker.Github, 2615, "iOS Cell Reuse screws up when cells are both ViewCell with different children", PlatformAffected.iOS)]
9-
#if UITEST
9+
#if UITEST
1010
[NUnit.Framework.Category(Compatibility.UITests.UITestCategories.TableView)]
11-
#endif
11+
#endif
1212
public class Issue2615 : ContentPage
1313
{
1414
public Issue2615()

src/Compatibility/ControlGallery/src/Issues.Shared/Issue5555.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ namespace Microsoft.Maui.Controls.ControlGallery.Issues
1313
{
1414
[Preserve(AllMembers = true)]
1515
[Issue(IssueTracker.Github, 5555, "Memory leak when SwitchCell or EntryCell", PlatformAffected.iOS)]
16-
#if UITEST
16+
#if UITEST
1717
[NUnit.Framework.Category(Compatibility.UITests.UITestCategories.TableView)]
18-
#endif
18+
#endif
1919
public class Issue5555 : TestContentPage
2020
{
2121
[Preserve(AllMembers = true)]

src/Compatibility/ControlGallery/test/Shared.Appium.UITests/UITest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace UITests
77
{
88
#if ANDROID
9-
[TestFixture(TestDevice.Android)]
9+
[TestFixture(TestDevice.Android)]
1010
#elif IOSUITEST
1111
[TestFixture(TestDevice.iOS)]
1212
#elif MACUITEST

src/Compatibility/ControlGallery/test/Shared.Appium.UITests/UITestContextBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public UITestContextBase(TestDevice testDevice)
1616
}
1717

1818
public static IUIClientContext? UITestContext { get { return UiTestContext; } }
19-
19+
2020
protected AppiumDriver? Driver
2121
{
2222
get

src/Compatibility/ControlGallery/test/Shared.Appium.UITests/UITestExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
using NUnit.Framework;
1+
using System.Drawing;
2+
using NUnit.Framework;
23
using UITest.Appium;
34
using UITest.Core;
4-
using System.Drawing;
55

66
namespace UITests
77
{

src/Controls/Maps/src/HandlerImpl/Polygon.Impl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public IEnumerator<Location> GetEnumerator()
8989
{
9090
return Geopath.GetEnumerator();
9191
}
92-
92+
9393
/// <summary>
9494
/// Gets the index of a specified location object.
9595
/// </summary>

src/Controls/samples/Controls.Sample.UITests/Issues/Bugzilla28570.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public Bugzilla28570()
102102
// Build the page.
103103
Content = new StackLayout
104104
{
105-
Children =
105+
Children =
106106
{
107107
makeBig,
108108
header,

src/Controls/samples/Controls.Sample.UITests/Issues/Bugzilla35127.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public Bugzilla35127()
99
{
1010
Content = new StackLayout
1111
{
12-
Children =
12+
Children =
1313
{
1414
new Label { Text = "See me?" },
1515
new ScrollView {

0 commit comments

Comments
 (0)