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.
Create a .net 5 webapi and include Microsoft.Toolkit.Uwp.Notifications nuget. This will fail with error: error NETSDK1130: Referencing a Windows Metadata component directly when targeting .NETCoreApp,Version=v5.0 is not supported. Use the C#/WinRT projection tool (https://aka.ms/cswinrt) or a provided projection for this target.
Is this bug a regression in the toolkit? If so, what toolkit version did you last see it work:
Steps to Reproduce
see above
Steps to reproduce the behavior:
create .net 5 webapi
include nuget
build the project
Expected behavior
Successful build and be able to use the classes to build my toast notification xml.