Tim Miller

Results 246 comments of Tim Miller

Click handlers are on the UI Thread. If you're awaiting a web request on it without going off to a background thread, then I believe that's going to hang the...

Unless something jumps out at somone on the MAUI team as an issue looking at that speedtrace, I think we should need more information to diagnose this. I think you...

If you use any other application that implements a "mail to" command, does it bring up the e-mail dialog with those defaults? https://github.com/dotnet/maui/blob/main/src/Essentials/src/Email/EmailHelper.uwp.cs#L12 The underlying essentials API is a wrapper...

> I do have an older WPF version (already in Microsoft Store) (and even older Xamarin version) of the same app. While it does not use the same dlls to...

That's not what I asked. I do believe you that you're seeing that error, but what I'm trying to understand is "is it from MAUI" or "Is it from Windows",...

Hot Reload tooling is maintained by Visual Studio, so you should file it there. It can't be addressed in this repo.

It could be that as I mentioned in https://github.com/dotnet/maui/issues/18419#issuecomment-1788185256, the numbers for the supported version could be wrong? That flag is set up specifically to only run on Mac Catalyst...

Whenever this issue gets fixed, it should. That's up for the MAUI team to figure out how they wanna schedule it. I am not on the team, I'm just helping...

Did you try reading the documentation? https://learn.microsoft.com/en-us/dotnet/maui/windows/deployment/publish-cli?view=net-maui-8.0

There should be no difference between any other project type and a MAUI one. While the MAUI Single Project type has special tooling to handle cases like images, resources, and...