-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix MAUI CLI integration test #2809
Comments
Something about this looks very familiar:
I think I might have run into this when leveraging source generated configuration bindings... and I think I resolved it by matching those dependencies to the target framework: sentry-dotnet/src/Sentry.Extensions.Logging/Sentry.Extensions.Logging.csproj Lines 18 to 32 in 93b8508
But I can't be sure... I know I've run into issues resolving those three dependencies before though. |
After making Sentry CLI real integration tests (those that use as nuget packages instead of local builds in-repo) in #2781, MAUI test is broken. I've tried all I could think of but just can't get it to work in CI while it works just fine locally (on all three platforms).
For now, I'm disabling the test to unblock the PR (and v4.0.0 subsequently).
See failed test run: https://github.com/getsentry/sentry-dotnet/actions/runs/6798187413/job/18482533901?pr=2781
The text was updated successfully, but these errors were encountered: