File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
test/Sentry.Maui.Device.TestApp Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments