Tim Miller

Results 202 comments of Tim Miller

Could you please create a repro project showing this? I understand that it's "Add Nuget and deploy" but having a standard base project to work from would make it easier...

None of the VS XAML Hot Reload agents (Xamarin.Forms or MAUI) change IsDesignModeEnabled, and none of our implementations depend on that setting. Rider has their own implementation and I don't...

.NET 8 is the newest stable version, did you try using that?

Wouldn't this be an issue with the Telerik controls you're using? I'm not sure how this is a MAUI issue.

@etvorun https://github.com/dotnet/maui/commit/bb90908da186a979e02286ca91e62b31892bc00c This is not in a public release yet. It should work with Main builds. e. I checked and it's in https://github.com/dotnet/maui/pull/19381 Once that lands, it should be in...

I need to verify it but I think @hartez is on the right track. This feels like something that would be broken regardless of Hot Reload, it's just that it's...

Testing this out again: - If you change either text field from C# they do change directly and don't stomp each other. - As far as I can see, having...

Talking with @etvorun, he discovered that this is a bug with MAUI, specifically with source info. When binding that property, MAUI is registering the that element back to the original...

Removed @spadapet from this, I don't believe the x:name issue is related to this.

@tylandercasper Checking this against MAUI net8.0 GA, the source info is returning the correct values and XAML Hot Reload should be functioning correctly for this use case. https://github.com/drasticactions/MauiRepros/tree/main/SourceInfoCheck I still...