Stephane Delcroix
Stephane Delcroix
I was unable to get the AccessViolationException, but there was indeed a NullRefException (that might have caused the AccessViolation one). there's a fix for it in #20463
@Choza-rajan what you're describing is exactly what the PR is for. Investigating if the PR is in the nightly you tested or not...
@Choza-rajan in order to debug or get a stack trace, you could force XamlCompilation on DEBUG builds by setting `MauiXamlCValidateOnly` to `false` in your csproj. By doing that, you won't...
the fix isn't available in 8.0.7, but should be in 8.0.10-nightly.10044
I can not reproduce this on top of (today's) main branch. Looks like it was fixed already. I'm pushing a pr with a unit test nd closing this
one path is using SetValue, the other is using SetBinding... I would not have considered this as a bug and only a possible enhancement, but the mismatch between debug and...
I wrote a test for 13764 and it looks like this no longer happens (main branch). The observer behavior is as follow - on Debug, x:DataType is ignored, and binding...
one option would be to invalidate the full view when the item template change...
related to #20637 and require a similar fix
We can not fix this, in either way: it's not possible (using a reasonable effort) to make it succeed (in all cases) when XamlC is on, and it's not possible...