Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Controls/tests/TestCases.HostApp/Issues/Issue15649.xaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Controls.TestCases.HostApp.Issues.Issue15649"
xmlns:local="clr-namespace:Controls.TestCases.HostApp.Issues"
x:Class="Maui.Controls.Sample.Issues.Issue15649"
xmlns:local="clr-namespace:Maui.Controls.Sample.Issues"
x:Name="HomePage"
Title="Issue15649">
<ContentPage.Resources>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Controls.TestCases.HostApp.Issues;
namespace Maui.Controls.Sample.Issues;

[Issue(IssueTracker.Github, 15649, "Updating a ControlTemplate at runtime for a Content Page is not working.", PlatformAffected.All)]
public partial class Issue15649 : ContentPage
Expand Down
2 changes: 1 addition & 1 deletion src/Controls/tests/TestCases.HostApp/Issues/Issue20419.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Controls.TestCases.HostApp.Issues;
namespace Maui.Controls.Sample.Issues;

[Issue(IssueTracker.Github, 20419, "Argument Exception raised when the GetStringSize method of ICanvas called with default font", PlatformAffected.UWP)]
public class Issue20419 : ContentPage
Expand Down
4 changes: 2 additions & 2 deletions src/Controls/tests/TestCases.HostApp/Issues/Issue20443.xaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Controls.TestCases.HostApp.Issues.Issue20443"
xmlns:local="clr-namespace:Controls.TestCases.HostApp.Issues"
x:Class="Maui.Controls.Sample.Issues.Issue20443"
xmlns:local="clr-namespace:Maui.Controls.Sample.Issues"
x:DataType="local:Issue20443ViewModel"
Title="Issue20443">
<ContentPage.BindingContext>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using Microsoft.Maui.Controls;
using Microsoft.Maui.Controls.Xaml;

namespace Controls.TestCases.HostApp.Issues
namespace Maui.Controls.Sample.Issues
{
[Issue(IssueTracker.Github, 20443, "CollectionView item sizing wrong after refresh", PlatformAffected.iOS)]

Expand Down
2 changes: 1 addition & 1 deletion src/Controls/tests/TestCases.HostApp/Issues/Issue27169.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Controls.TestCases.HostApp.Issues;
namespace Maui.Controls.Sample.Issues;

[Issue(IssueTracker.Github, 27169, "Grid inside ScrollView should measure with infinite constraints", PlatformAffected.iOS)]
public class Issue27169 : ContentPage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Controls.TestCases.HostApp.Issues.Issue27803"
x:Class="Maui.Controls.Sample.Issues.Issue27803"
Title="Issue27803">
<VerticalStackLayout VerticalOptions="Center"
HorizontalOptions="Center"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Controls.TestCases.HostApp.Issues;
namespace Maui.Controls.Sample.Issues;

[Issue(IssueTracker.Github, 27803, "DatePicker default format on iOS", PlatformAffected.iOS)]
public partial class Issue27803 : ContentPage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Controls.TestCases.HostApp.Issues.Issue27992"
x:Class="Maui.Controls.Sample.Issues.Issue27992"
Title="Issue27992">
<VerticalStackLayout Margin="10,30,10,0">
<Entry AutomationId="MauiEntry" Completed="Entry_Completed"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Controls.TestCases.HostApp.Issues;
namespace Maui.Controls.Sample.Issues;

[Issue(IssueTracker.Github, 27992, "Entry Completed Event Triggered Twice", PlatformAffected.Android)]
public partial class Issue27992 : ContentPage
Expand Down
2 changes: 1 addition & 1 deletion src/Controls/tests/TestCases.HostApp/Issues/Issue28153.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Controls.TestCases.HostApp.Issues;
namespace Maui.Controls.Sample.Issues;

[Issue(IssueTracker.Github, 28153, "The border color of the RadioButton is visible in Windows only", PlatformAffected.UWP)]
class Issue28153 : ContentPage
Expand Down
2 changes: 1 addition & 1 deletion src/Controls/tests/TestCases.HostApp/Issues/Issue28657.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Controls.TestCases.HostApp.Issues;
namespace Maui.Controls.Sample.Issues;

[Issue(IssueTracker.Github, 28657, "iOS - Rotating the simulator would cause clipping on the description text", PlatformAffected.iOS)]
class Issue28657 : ContentPage
Expand Down
2 changes: 1 addition & 1 deletion src/Controls/tests/TestCases.HostApp/Issues/Issue29216.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Maui.Controls.Sample.Issues;

namespace Controls.TestCases.HostApp.Issues;
namespace Maui.Controls.Sample.Issues;

[Issue(IssueTracker.Github, 29216, "Carousel view scrolling on button click", PlatformAffected.UWP)]
public class Issue29216 : TestContentPage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Controls.TestCases.HostApp.Issues.Issue29233"
x:Class="Maui.Controls.Sample.Issues.Issue29233"
Title="Issue29233">
<VerticalStackLayout VerticalOptions="Center">
<Label AutomationId="WaitLabel" x:Name="waitLabel" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Threading.Tasks;

namespace Controls.TestCases.HostApp.Issues;
namespace Maui.Controls.Sample.Issues;

[Issue(IssueTracker.Github, 29233, "Android WebView Navigated is fired without setting source", PlatformAffected.Android)]
public partial class Issue29233 : ContentPage
Expand Down
2 changes: 1 addition & 1 deletion src/Controls/tests/TestCases.HostApp/Issues/Issue29472.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Controls.TestCases.HostApp.Issues;
namespace Maui.Controls.Sample.Issues;

[Issue(IssueTracker.Github, 29472, "ItemsSource is not dynamically cleared in the CarouselView", PlatformAffected.UWP)]
public class Issue29472 : ContentPage
Expand Down
2 changes: 1 addition & 1 deletion src/Controls/tests/TestCases.HostApp/Issues/Issue6387.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Controls.TestCases.HostApp.Issues;
namespace Maui.Controls.Sample.Issues;

[Issue(IssueTracker.Github, 6387, "ArgumentException thrown when a negative value is set for the padding of a label", PlatformAffected.UWP)]
public class Issue6387 : ContentPage
Expand Down
2 changes: 1 addition & 1 deletion src/Controls/tests/TestCases.HostApp/Issues/Issue7144.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Collections.ObjectModel;

namespace Controls.TestCases.HostApp.Issues;
namespace Maui.Controls.Sample.Issues;

[Issue(IssueTracker.Github, 7144, "IndicatorView using templated icons not working", PlatformAffected.UWP)]
public class Issue7144 : ContentPage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using UITest.Appium;
using UITest.Core;

namespace Microsoft.Maui.TestCases.Tests.Tests.Issues;
namespace Microsoft.Maui.TestCases.Tests.Issues;

public class Issue27803 : _IssuesUITest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using UITest.Appium;
using UITest.Core;

namespace Microsoft.Maui.TestCases.Tests.Tests.Issues;
namespace Microsoft.Maui.TestCases.Tests.Issues;

public class Issue27992 : _IssuesUITest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using UITest.Appium;
using UITest.Core;

namespace Microsoft.Maui.TestCases.Tests.Tests.Issues;
namespace Microsoft.Maui.TestCases.Tests.Issues;

public class Issue29233 : _IssuesUITest
{
Expand Down
Loading