From de28ea8a9a44c091aa970c238530818fea87b593 Mon Sep 17 00:00:00 2001 From: James Crosswell Date: Thu, 19 Sep 2024 15:08:13 +1200 Subject: [PATCH] Test now run (but fail) --- test/Sentry.Maui.Device.TestApp/App.xaml | 14 -------- test/Sentry.Maui.Device.TestApp/App.xaml.cs | 11 ------ test/Sentry.Maui.Device.TestApp/AppShell.xaml | 15 -------- .../AppShell.xaml.cs | 9 ----- test/Sentry.Maui.Device.TestApp/MainPage.xaml | 36 ------------------- .../MainPage.xaml.cs | 23 ------------ .../Sentry.Maui.Device.TestApp/MauiProgram.cs | 12 +------ .../Platforms/Android/AndroidManifest.xml | 9 ++--- .../Resources/Raw/AboutAssets.txt | 15 -------- 9 files changed, 6 insertions(+), 138 deletions(-) delete mode 100644 test/Sentry.Maui.Device.TestApp/App.xaml delete mode 100644 test/Sentry.Maui.Device.TestApp/App.xaml.cs delete mode 100644 test/Sentry.Maui.Device.TestApp/AppShell.xaml delete mode 100644 test/Sentry.Maui.Device.TestApp/AppShell.xaml.cs delete mode 100644 test/Sentry.Maui.Device.TestApp/MainPage.xaml delete mode 100644 test/Sentry.Maui.Device.TestApp/MainPage.xaml.cs delete mode 100644 test/Sentry.Maui.Device.TestApp/Resources/Raw/AboutAssets.txt diff --git a/test/Sentry.Maui.Device.TestApp/App.xaml b/test/Sentry.Maui.Device.TestApp/App.xaml deleted file mode 100644 index 8a46d114b2..0000000000 --- a/test/Sentry.Maui.Device.TestApp/App.xaml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - diff --git a/test/Sentry.Maui.Device.TestApp/App.xaml.cs b/test/Sentry.Maui.Device.TestApp/App.xaml.cs deleted file mode 100644 index ad922b965d..0000000000 --- a/test/Sentry.Maui.Device.TestApp/App.xaml.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace Sentry.Maui.Device.TestApp; - -public partial class App : Application -{ - public App() - { - InitializeComponent(); - - MainPage = new AppShell(); - } -} diff --git a/test/Sentry.Maui.Device.TestApp/AppShell.xaml b/test/Sentry.Maui.Device.TestApp/AppShell.xaml deleted file mode 100644 index 0f3d936b16..0000000000 --- a/test/Sentry.Maui.Device.TestApp/AppShell.xaml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - diff --git a/test/Sentry.Maui.Device.TestApp/AppShell.xaml.cs b/test/Sentry.Maui.Device.TestApp/AppShell.xaml.cs deleted file mode 100644 index e825df60af..0000000000 --- a/test/Sentry.Maui.Device.TestApp/AppShell.xaml.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace Sentry.Maui.Device.TestApp; - -public partial class AppShell : Shell -{ - public AppShell() - { - InitializeComponent(); - } -} diff --git a/test/Sentry.Maui.Device.TestApp/MainPage.xaml b/test/Sentry.Maui.Device.TestApp/MainPage.xaml deleted file mode 100644 index 2c65c9262c..0000000000 --- a/test/Sentry.Maui.Device.TestApp/MainPage.xaml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - -