Jonathan Peppers

Results 525 comments of Jonathan Peppers

@konradzuse what is the code at offset 69? Is it complaining about `TargetType="{x:Type BoxView}"` or `{StaticResource Gray-200}`? The diff has changes to `{x:Type}`, but not really any parsing logic I...

We think something went wrong here: * https://github.com/dotnet/maui/commit/4306566998747c0b2527b0258807942f0ea3138e So, a workaround should be to use `TargetType="BoxView"` -- just removing the `{x:Type}` markup extension.

@mjeson can you find the exact version that breaks? When this issue was filed, it was working with some version of Xamarin.Forms 5. The error above seems like you need...

Can you share a `.binlog` of the failure? https://aka.ms/binlog From the info above, I can't tell what MSBuild target or task the error is coming from. There should also be...

This this the XamlCTask, so a general MAUI issue: ![image](https://github.com/dotnet/maui/assets/840039/e749c6bd-68f5-479c-8197-6ffefa6c975b) (It's complaining about the project's `.dll` file) @michaelonz do you have some antivirus enabled? Can you exclude the source folder...

> `CellsDoNotLeak` test is failing on Catalyst (pass on iOS). What is weird: the test passes when I run it by itself, but not when running the full suite.

Retested the original sample app, the change seems to be working: ``` 2024-04-16 14:39:15.575 MauiCollectionView[50559:5841573] Memory: 9498688 2024-04-16 14:39:21.874 MauiCollectionView[50559:5841573] Memory: 9690168 2024-04-16 14:39:22.810 MauiCollectionView[50559:5841573] Memory: 9868400 2024-04-16 14:39:23.485 MauiCollectionView[50559:5841584]...

@spadapet you might check this one with your work on `x:Name` to see if it solves anything.