NewsReader: Migrate to MAUI (Issues)
jbe2277 opened this issue · 0 comments
jbe2277 commented
This issue collects all challenges for migrating the NewsReader App from Xamarin.Forms 5 to MAUI.
Open (Blocking)
Open (Workaround available)
- dotnet/maui#10101
- Workaround: Check first the
ShouldShowSplitMode
property to avoid theException
.
- Workaround: Check first the
- dotnet/maui#18571
- Workaround: #37
Closed
- dotnet/maui#12080
- dotnet/maui#12100
- Workaround: b0fe238
- dotnet/maui#9743
- Reported via: dotnet/maui#10108
- microsoft/WindowsAppSDK#1762
- Related: dotnet/maui#9047
- AzureAD/microsoft-authentication-library-for-dotnet#3127
- Use version >= 4.47 which comes with MAUI support
- dotnet/maui#7698
- dotnet/maui#13100
- It requires a "long press" before a drag & drop operation can be started.
- dotnet/linker#3126
- dotnet/maui#10109