Jonathan Peppers

Results 525 comments of Jonathan Peppers

Can you share a sample app? It's hard to know what is happening here without know what `SaveableScanditOverlayView` (or various other types) do.

Generally, the behavior for Java objects didn't change between Xamarin and .NET 6+. So, if you could share a sample that just has a camera control, we could share more...

Can you merge or rebase against the `net9.0` branch? They are on .NET 9 Preview 7 now, and your error says Preview 5.

Yeah, we could probably inline `IntPtr.Size` that would make sense to me. So we'd just emit the right number inline at build time. Do you have a code example you...

No, there is unfortunately a problem that started happening with recent versions of VS: * Design-time build runs * Developer clicks any of Clean, Rebuild, Build at the same time...

@DarrenStasiak can you try the latest service release? * https://github.com/dotnet/maui/releases/tag/8.0.70 The past few releases have fixed various memory issues. dotnet/eShop/main already has dependabot updates for this one. The next question...

Are you also using `IDisposable` on those transient pages? * https://github.com/dotnet/maui/issues/21816 I am not a fan of DI, in general, so I might not be best to comment about its...

I think the current behavior is that transient `IDisposable` won't go away, but @PureWeen might know more details.

@gitRoHaN yes, I think you could change this button: ![image](https://github.com/user-attachments/assets/d0c96881-ee7b-48d9-8fdf-5c1a1565d532) When the AI results are loaded, change the text to "Report AI Results" or some better wording. Then when you...

I think they have some examples here: * https://github.com/dotnet/performance/pull/3352 Using a tool called `xharness` (was short for Xamarin) to launch iOS apps: * https://github.com/dotnet/xharness