Alberto Aldegheri

Results 41 comments of Alberto Aldegheri

@alexandrnikitin this is [what Microsoft does to test leaks](https://github.com/dotnet/maui/blob/74fbfcbabd4c41256b26c7dcbdcacda32d02fa94/src/Controls/tests/Core.UnitTests/TestHelpers.cs#L8) Anyway let's try with this: ```cs public class NSubstituteLeakTests { public class Foo; public interface IInterface { public void Method(Foo foo);...

I also commented about this on my PR, but for the record let me add also here that there's a strange whitespace appearing at the top with this sequence of...

Please note that I tried to do automation on this but: - following the wiki I couldn't run automation because it says it cannot find XHarness device - I see...

I just realized this solves only part of the problem. So I'll work more on it and post back when I've finished. I also found a way to add a...

@jsuarezruiz I managed to create an UI test for this: that test is now failing so don't even bother running UI tests. When @tj-devel709's PR #21807 will be merged and...

@jsuarezruiz there's another use case that needs to be handled when `AutoSize` is set to `EditorAutoSizeOption.TextChanges`, but unfortunately `IEditor` does **not** contain this property. Can I add it and add...

@tj-devel709 first let's state that this magic code to handle keyboard scrolling on all use cases is very tricky. I'm available on Discord with the same username if you want...

Is there a reason to not use `Enum.TryParse` (with case-insensitive bool parameter) and `ToString` instead of the two switch statements?

This is probably a kind-of duplicate of this for which I already proposed a couple of solutions and a temporary workaround: #18925

@jonathanpeppers please also look at my comment here: https://github.com/dotnet/maui/issues/18925#issuecomment-1824058832 Number 1 is still an issue even if the leak has been fixed.