devperson

Results 16 comments of devperson

@jamescrosswell But I have these settings for the Release configuration: ``` SdkOnly False partial portable true .... ```

@jamescrosswell Yes, I don't have line numbers even when set SdkOnly, but I see Sentry searches the wrong DebugId (1818f36e-b1ab-4209-bc48-8c53fec60d1c-1) when it tries to symbolicate the error (the same issue...

Thanks @jamescrosswell I will try it. As I understand, this is NET 9 bug. My project is NET 8 but uses NET 9 workflows at Azure Pipelines. What if I...

@jamescrosswell FYI: I tried to build with workload 8.0.302, and it has the same issue

@jamescrosswell thanks this `false` workaround fixed the issue

@giuseppenovielli The workaround works on iOS. I think you have a different issue. Currently, Sentry searches Microsoft.MAUI....pdb and it will fail because you used ``, which mostly uploads your project...