waf icon indicating copy to clipboard operation
waf copied to clipboard

NewsReader: Migrate to MAUI (Issues)

Open jbe2277 opened this issue 3 years ago • 0 comments

This issue collects all challenges for migrating the NewsReader App from Xamarin.Forms 5 to MAUI.

Open (Blocking)

  • https://github.com/dotnet/maui/issues/10163
  • https://github.com/dotnet/maui/issues/8870
  • https://github.com/dotnet/maui/issues/18933
  • https://github.com/dotnet/maui/issues/17969

Open (Workaround available)

  • https://github.com/dotnet/maui/issues/10101
    • Workaround: Check first the ShouldShowSplitMode property to avoid the Exception.
  • https://github.com/dotnet/maui/issues/18571
    • Workaround: https://github.com/jbe2277/waf/pull/37

Closed

  • https://github.com/dotnet/maui/issues/12080
  • https://github.com/dotnet/maui/issues/12100
    • Workaround: https://github.com/jbe2277/waf/commit/b0fe238928f585998ea3c44c77232c96fa066151
  • https://github.com/dotnet/maui/issues/9743
    • Reported via: https://github.com/dotnet/maui/issues/10108
  • https://github.com/microsoft/WindowsAppSDK/issues/1762
    • Related: https://github.com/dotnet/maui/issues/9047
  • https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3127
    • Use version >= 4.47 which comes with MAUI support
  • https://github.com/dotnet/maui/issues/7698
  • https://github.com/dotnet/maui/issues/13100
    • It requires a "long press" before a drag & drop operation can be started.
  • https://github.com/dotnet/linker/issues/3126
  • https://github.com/dotnet/maui/issues/10109

jbe2277 avatar Sep 16 '22 12:09 jbe2277