Skip to content

Commit 3f26a59

Browse files
[create-pull-request] automated change (#30234)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9069d4c commit 3f26a59

File tree

75 files changed

+75
-0
lines changed

Some content is hidden

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

75 files changed

+75
-0
lines changed

src/Controls/src/BindingSourceGen/AccessExpressionBuilder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
namespace Microsoft.Maui.Controls.BindingSourceGen;
2+
23
using static Microsoft.Maui.Controls.BindingSourceGen.UnsafeAccessorsMethodName;
34

45

src/Controls/src/BindingSourceGen/Setter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
namespace Microsoft.Maui.Controls.BindingSourceGen;
2+
23
using static Microsoft.Maui.Controls.BindingSourceGen.UnsafeAccessorsMethodName;
34

45
public sealed record Setter(string[] PatternMatchingExpressions, string AssignmentStatement)

src/Controls/src/Core/IXamlDataTypeProvider.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
namespace Microsoft.Maui.Controls.Xaml;
2+
23
interface IXamlDataTypeProvider
34
{
45
string BindingDataType { get; }

src/Controls/src/Core/Stepper/Stepper.Mapper.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System;
22

33
namespace Microsoft.Maui.Controls;
4+
45
public partial class Stepper
56
{
67
internal static new void RemapForControls()

src/Controls/tests/BindingSourceGen.UnitTests/IntegrationTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using Xunit;
66

77
namespace BindingSourceGen.UnitTests;
8+
89
public class IntegrationTests
910
{
1011
[Fact]

src/Controls/tests/TestCases.HostApp/FeatureMatrix/CollectionView/HeaderFooter/CollectionViewHeaderPage.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using Microsoft.Maui.Controls;
44

55
namespace Maui.Controls.Sample;
6+
67
public partial class CollectionViewHeaderPage : ContentPage
78
{
89
private CollectionViewViewModel _viewModel;

src/Controls/tests/TestCases.HostApp/FeatureMatrix/CollectionView/ScrollingFeature/CollectionViewScrollPage.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System.Collections.ObjectModel;
22
using Microsoft.Maui.Controls;
33
namespace Maui.Controls.Sample;
4+
45
public partial class CollectionViewScrollPage : ContentPage
56
{
67
private CollectionViewViewModel _viewModel;

src/Controls/tests/TestCases.HostApp/Issues/Issue22288.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
namespace Maui.Controls.Sample.Issues;
2+
23
using Microsoft.Maui.Controls;
34

45
[Issue(IssueTracker.Github, 22288, "Top Button Content Causes Infinite Layout", PlatformAffected.iOS)]

src/Controls/tests/TestCases.HostApp/Issues/Issue22320.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using System.Collections.ObjectModel;
33

44
namespace Maui.Controls.Sample.Issues;
5+
56
[Issue(IssueTracker.Github, 22320, "CollectionView does not highlight selected grouped items correctly", PlatformAffected.iOS | PlatformAffected.macOS)]
67
public class Issue22320 : ContentPage
78
{

src/Controls/tests/TestCases.HostApp/Issues/Issue22549.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using Microsoft.Maui.Controls.Shapes;
22

33
namespace Maui.Controls.Sample.Issues;
4+
45
[Issue(IssueTracker.Github, 22549, "Binding Border.StrokeShape not working", PlatformAffected.All)]
56

67
public partial class Issue22549 : ContentPage

0 commit comments

Comments
 (0)