Sergio Pedri

Results 266 comments of Sergio Pedri

![PandaFacepalmGIF](https://user-images.githubusercontent.com/10199417/182449349-e59abc26-e892-4a8a-a492-d7065ad7c74c.gif)

Hey @ranjeshj - thank you for your quick reply! That's what I was expecting, some timing issue resulting from those events being handled in an asynchronous manner, glad to hear...

Never mind, I was being too optimistic there. No matter what I try I still end up falling face first because of this issue. Not removing items from the visual...

+1 to this, there seem to be no proper way to have fine-tuned control for `null` values with `x:Bind` to function. And the behavior itself also seems inconsistent as OP...

@Arlodotexe It's no longer crashing in the sample app because I used a temporary converter as a workaround, see https://github.com/CommunityToolkit/MVVM-Samples/commit/0138b7a494219d206a25c0521c8e66f6929fa1e1. If you remove it you can then repro the crash...

Wouldn't that apply to an actual dependency property though? In this case it's just a converter. It's receiving a value that has no result, so it's giving you back `null`,...

> "Is there any reason why you don't want these files in a predictable location?" Because what is predictable for you might not be so for others. Those files were...

> "I did open the issue along with the PR but till now no one discussed in those issues, so I didn't push for any discussion for non-functional refactorings." For...

@Nirmal4G Please stop posting messages like this. You've done this several times already, it's quite rude and pushy. If people haven't reviewed your PR is because they've been busy with...

This was on my ToDo list as well and likely the first thing I wanted to do in the .NCT 😄 Are the .NET Core 2.1 tests only in the...