Ivan Dlugos
Ivan Dlugos
> so should we throw on the second init call? That would be breaking though, wouldn't it?
Created an issue here: https://github.com/getsentry/github-workflows/issues/15
I've tried integrating the MAUI TestUtils, as mentioned here https://github.com/dotnet/maui/issues/3552#issuecomment-1129717167 and here https://github.com/dotnet/xharness/issues/738 but am getting a lot of errors, such as `Severity Code Description Project File Line Suppression State...
I've done a couple more fixes to make the `Sentry.Maui.Device.TestApp` work... However, after trying to integrate the test into the app, I'm getting the following errors: ``` Severity Code Description...
The current set of blockers: * [x] MAUI platform detection support in Verify: https://github.com/VerifyTests/Verify/issues/550 - currently any test that uses Verify fails during static constructor of `Namer` * [x] CI...
🥳 android device tests: ` Tests run: 1023 Passed: 550 Inconclusive: 0 Failed: 472 Ignored: 1` https://github.com/getsentry/sentry-dotnet/runs/7163891114?check_suite_focus=true
> ren't there specific emulator images that are designed for headless operation? I thought I saw a few labeled that way when I was setting up my Android Studio on...
Hi with the new Verify, it's `Tests run: 1145 Passed: 1053 Inconclusive: 0 Failed: 91 Ignored: 1` which isn't so bad
> @vaind is it possible to see the failed tests in the build Action log? I've checked the `xharness` XML output and it said "xunit" in there so I assumed...
> looks like this https://xunit.net/docs/format-xml-v2 ? indeed, it seems like xunit v2, that's why it didn't work with the xunit parser I've tried. A quick search didn't yield any other...