Skip to content

Commit afc5ea4

Browse files
committed
Merge branch 'maui_ctmvvm' of https://github.com/getsentry/sentry-dotnet into maui_ctmvvm
2 parents fe3fb27 + 18c6e1f commit afc5ea4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

test/Sentry.Maui.Device.TestApp/Startup.cs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ public static MauiApp CreateMauiApp()
3232
conf.AddXunit();
3333
});
3434

35-
// .UseVisualTestRunner(conf =>
36-
// {
37-
// conf.AddTestAssemblies([
38-
// typeof(Sentry.Tests.SentrySdkTests).Assembly,
39-
// typeof(Sentry.Extensions.Logging.Tests.LogLevelExtensionsTests).Assembly,
40-
// typeof(Sentry.Maui.Tests.SentryMauiOptionsTests).Assembly,
41-
// #if ANDROID
42-
// typeof(Sentry.Android.AssemblyReader.Tests.AndroidAssemblyReaderTests).Assembly,
43-
// #endif
44-
// ]);
45-
// conf.AddXunit();
46-
// });
35+
// .UseVisualTestRunner(conf =>
36+
// {
37+
// conf.AddTestAssemblies([
38+
// typeof(Sentry.Tests.SentrySdkTests).Assembly,
39+
// typeof(Sentry.Extensions.Logging.Tests.LogLevelExtensionsTests).Assembly,
40+
// typeof(Sentry.Maui.Tests.SentryMauiOptionsTests).Assembly,
41+
// #if ANDROID
42+
// typeof(Sentry.Android.AssemblyReader.Tests.AndroidAssemblyReaderTests).Assembly,
43+
// #endif
44+
// ]);
45+
// conf.AddXunit();
46+
// });
4747

4848
return appBuilder.Build();
4949
}

0 commit comments

Comments
 (0)