![]() |
VOOZH | about |
The notification helpers in the Windows Community Toolkit have migrated to the Windows App SDK, to get started see their documentation here: https://learn.microsoft.com/windows/apps/windows-app-sdk/notifications/app-notifications/. Direct issues to the WindowsAppSDK repo: https://aka.ms/windowsappsdk
dotnet add package CommunityToolkit.WinUI.Notifications --version 7.1.2
NuGet\Install-Package CommunityToolkit.WinUI.Notifications -Version 7.1.2
<PackageReference Include="CommunityToolkit.WinUI.Notifications" Version="7.1.2" />
<PackageVersion Include="CommunityToolkit.WinUI.Notifications" Version="7.1.2" />Directory.Packages.props
<PackageReference Include="CommunityToolkit.WinUI.Notifications" />Project file
paket add CommunityToolkit.WinUI.Notifications --version 7.1.2
#r "nuget: CommunityToolkit.WinUI.Notifications, 7.1.2"
#:package CommunityToolkit.WinUI.Notifications@7.1.2
#addin nuget:?package=CommunityToolkit.WinUI.Notifications&version=7.1.2Install as a Cake Addin
#tool nuget:?package=CommunityToolkit.WinUI.Notifications&version=7.1.2Install as a Cake Tool
The official way to send toast notifications on Windows 10 via code rather than XML, with the help of IntelliSense. Supports all C# app types, including WPF, UWP, WinForms, and Console, even without packaging your app as MSIX. Also supports C++ UWP apps.
Additionally, generate notification payloads from your ASP.NET web server to send as push notifications, or generate notification payloads from class libraries.
For UWP/MSIX apps, you can also generate tile and badge notifications.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 is compatible. net5.0-windows net5.0-windows was computed. net5.0-windows10.0.18362 net5.0-windows10.0.18362 is compatible. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp1.0 netcoreapp1.0 was computed. netcoreapp1.1 netcoreapp1.1 was computed. netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 is compatible. |
| .NET Standard | netstandard1.4 netstandard1.4 is compatible. netstandard1.5 netstandard1.5 was computed. netstandard1.6 netstandard1.6 was computed. netstandard2.0 netstandard2.0 was computed. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 is compatible. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| native | native native is compatible. |
| Tizen | tizen30 tizen30 was computed. tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Universal Windows Platform | uap uap was computed. uap10.0 uap10.0 was computed. uap10.0.10240 uap10.0.10240 is compatible. uap10.0.16299 uap10.0.16299 is compatible. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 3 NuGet packages that depend on CommunityToolkit.WinUI.Notifications:
| Package | Downloads |
|---|---|
|
WindowsToastApi
Simple Win32-friendly Windows Toast Notification API for .NET apps (Console/WPF/WinForms). |
|
|
NotifiactinApiMultiPlatform
Cross-platform toast & local notification helper for .NET MAUI (Windows, Android, iOS, MacCatalyst) plus desktop Linux via notify-send fallback. |
|
|
NotifyApiMultiPlatform
Cross-platform toast & local notification helper for .NET MAUI (Windows, Android, iOS, MacCatalyst) plus desktop Linux via notify-send fallback. |
Showing the top 10 popular GitHub repositories that depend on CommunityToolkit.WinUI.Notifications:
| Repository | Stars |
|---|---|
|
xunkong/xunkong
记录旅途中发生的事
|
|
|
yoshiask/FluentStore
A unifying frontend for Windows app stores and package managers
|
|
|
Richasy/FantasyCopilot
A new-age AI desktop tool
|
|
|
onionware-github/OnionMedia
Open-Source Mediaconverter and -downloader
|
|
|
NickvisionApps/Tagger
Tag your music
|
|
|
BestOwl/MyPhone
Connect your mobile devices (Android/iOS/WindowsPhone) to PC
|
|
| toonymak1993/GamingConsoleMode | |
| securefolderfs-community/ClipboardCanvas | |
|
FalconNL93/WslToolbox
WSL Toolbox allows you to manage your WSL Distributions through an easy to use interface.
|
|
|
onionware-github/OnionMedia-X
Official OnionMedia X repository for cross platform ports based on Avalonia
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 7.1.2 | 168,108 | 11/18/2021 | 7.1.2 is deprecated because it is no longer maintained. |
| 7.1.1-preview3.1 | 535 | 11/9/2021 | 7.1.1-preview3.1 is deprecated because it is no longer maintained. |
| 7.1.1-preview3 | 593 | 10/29/2021 | 7.1.1-preview3 is deprecated because it is no longer maintained. |
| 7.0.3 | 3,206 | 6/25/2021 | 7.0.3 is deprecated because it is no longer maintained. |
| 7.0.2 | 1,016 | 5/12/2021 | 7.0.2 is deprecated because it is no longer maintained. |
| 7.0.1 | 1,232 | 4/1/2021 | 7.0.1 is deprecated because it is no longer maintained. |