Tim Miller
Tim Miller
Scratch that, I think I got it figured out. It is because of the test context. I had my app logic screwed up, but once I set up the NSRunLoop...
What happens if you try deploying a .NET 6 Android app without MAUI? As in, if you do `dotnet new android` and try to deploy that, does it work?
Godot, I believe, is using the legacy Android/Mono stack, which is why it works. I feel this is specific to net6.0-android as a whole and is not an MAUI thing....
@mavispuford IHotReloadabieView has nothing to do with XAML Hot Reload, it has to do with Comet. Implementing it won't do anything for XAML Hot Reload. @pictos For XAML Hot Reload...
It depends on the control, but generally you should only need to place it on the top most level, unless the control handles child elements in a weird way. Basically,...
Also, I would leave an issue in the MAUI repo about docs for this, since none of that is obvious unless you're me, lol.
IMO "net7.0" isn't a "fallback", it's a standard platform. The code where you're adding services could be run on "net7.0", which includes apps like console apps. You could wrap that...
@davidortinau Does RowDefinitionCollection support converting from a string? Does it work if you try that from C# Code Behind setting that value? The error is correct if it doesn't support...
https://user-images.githubusercontent.com/898335/195969714-e90b14a8-cd5d-4609-9b17-1e92983f9ff7.mov I don't think it's specific to Hiragana -> Kanji. There may be other cases where the type ahead results for other languages that use the multiple level control that...
@PureWeen This is not a VS issue, the MAUI symbols are not published to Nuget, making it very hard to debug when MAUI itself throws an error. @juwens the PDBs...