Jonathan Peppers
Jonathan Peppers
@JimAIT was there a problem during an upgrade between MAUI versions? Or perhaps a migration from Xamarin.Forms -> MAUI? Or was this a fluke and we can close this? Thanks!
@mattleibow I think this is a symptom of moving MAUI to NuGet packages.... The design-time build for the project above fails with: ``` C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\34.0.79\tools\Xamarin.Android.Common.targets(613,3): error XA1018: Specified AndroidManifest file...
@Eilon or someone in @dotnet/dotnet-maui-blazor-eng care to review? This ignores a trimmer warning in WinForms/WPF BlazorWebView, but we filed an issue for the future at: * https://github.com/dotnet/maui/issues/21750
This PR doesn't need to change if https://github.com/dotnet/maui/pull/21797 goes in. The warning suppressed here is around `Assembly.Location` that returns `null` in self-contained apps. But the code already does a null...
There is a PR open for `CarouselView`: https://github.com/dotnet/maui/pull/18267 Some of these could have also been discovered here: https://github.com/dotnet/maui/pull/18318 There is a test we can add additional controls to start validating...
Thank you, @heyThorsten, for creating this sample! I turned the above list of controls into a checklist. Updated which have fixes in dotnet/maui/main or open PRs so far.
> the application crash on some rendering / navigating... but no crash when I remove the border. @Yokaichan the symptoms you are describing here does not necessarily sound like a...
The problem here likely won't be addressed until this one is complete: * https://github.com/dotnet/maui/issues/18658 For now, you should be able to use the trimmer settings to preserve: ``` System.MissingMethodException: Method...