Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d97b4cb
fix: Source context for class libraries when running on Android in Re…
jamescrosswell Jun 19, 2025
99ecda7
Update CHANGELOG.md
jamescrosswell Jun 19, 2025
eaf4382
Merge branch 'main' into multi-project-maui
jamescrosswell Jun 19, 2025
77a3836
Merge branch 'main' into multi-project-maui
jamescrosswell Jul 8, 2025
0fae5db
Update CHANGELOG.md
jamescrosswell Jul 8, 2025
d6366f6
Merge branch 'main' into multi-project-maui
jamescrosswell Jul 8, 2025
68674b6
Merge branch 'main' into multi-project-maui
jamescrosswell Jul 8, 2025
be7ea6e
Update AndroidAssemblyStoreReaderV2.cs
jamescrosswell Jul 8, 2025
057489f
Update AndroidAssemblyStoreReaderV2.cs
jamescrosswell Jul 8, 2025
19f22ec
Update CachingTransportTests.cs
jamescrosswell Jul 9, 2025
50ab8f4
Merge branch 'main' into multi-project-maui
jamescrosswell Jul 12, 2025
e322bef
Merge branch 'main' into multi-project-maui
jamescrosswell Jul 13, 2025
544b354
Update Sentry.Maui.Device.TestApp.csproj
jamescrosswell Jul 13, 2025
6dd5218
Update device-tests-android.yml
jamescrosswell Jul 14, 2025
6393182
Try disabling AndroidAssemblyReaderTests
jamescrosswell Jul 17, 2025
ed3c685
Disable MauiCommunityToolkitMvvmEventsBinderTests
jamescrosswell Jul 17, 2025
82b0cba
Disabled SentryMauiOptionsTests
jamescrosswell Jul 17, 2025
6343283
Disable LogLevelExtensionsTests
jamescrosswell Jul 17, 2025
4993fe5
Restore SentryMauiOptionsTests
jamescrosswell Jul 17, 2025
90b327c
Remove SentryMauiOptionsTests again
jamescrosswell Jul 17, 2025
015044f
Added AndroidAssemblyReaderTests back again
jamescrosswell Jul 17, 2025
5146c17
Added MauiCommunityToolkitMvvmEventsBinderTests back again
jamescrosswell Jul 17, 2025
62527ca
Added LogLevelExtensionsTests back again
jamescrosswell Jul 17, 2025
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
Prev Previous commit
Next Next commit
Added MauiCommunityToolkitMvvmEventsBinderTests back again
  • Loading branch information
jamescrosswell committed Jul 17, 2025
commit 5146c17f0cf217add40ac74ca2bc9c09feb13f7c
2 changes: 1 addition & 1 deletion test/Sentry.Maui.Device.TestApp/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static MauiApp CreateMauiApp()
// typeof(Sentry.Extensions.Logging.Tests.LogLevelExtensionsTests).Assembly,
// typeof(Sentry.Maui.Tests.SentryMauiOptionsTests).Assembly,
#if NET9_0_OR_GREATER
// typeof(Sentry.Maui.CommunityToolkit.Mvvm.Tests.MauiCommunityToolkitMvvmEventsBinderTests).Assembly,
typeof(Sentry.Maui.CommunityToolkit.Mvvm.Tests.MauiCommunityToolkitMvvmEventsBinderTests).Assembly,
#endif
#if ANDROID
typeof(Sentry.Android.AssemblyReader.Tests.AndroidAssemblyReaderTests).Assembly,
Expand Down
Loading