You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
This issue exists to capture/organize all information pertaining to upgrading to .NET 5 and issues with the Notifications library resulting from that upgrade.
Issue 1 (Fixed with #3622 ✅): Compiling the "native" (WinMD version for C++) version doesn't work. We temporarily removed the native target from the csproj file.
Issue 2 (Fixed with #3582 ✅): UWP C# min version target has increased to 17763, so can no longer use the new Show() APIs/etc on UWP apps that still target min version 10240.
Issue 3 (Fixed with #3622 ✅): Library doesn't work from .NET 5 WebApi project: #3565
Issue 4 (Fixed with #3622 ✅): Library doesn't work from .NET 5 Windows app project: #3579