Windos / BurntToast

Module for creating and displaying Toast Notifications on Microsoft Windows 10.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BurntToast and .NET 5

SteveL-MSFT opened this issue · comments

In PowerShell 7.1 preview.4, .NET 5 removed built-in WinRT support. Since BurntToast relies on this, this module will not work as-is with PowerShell 7.1.

See PowerShell/PowerShell#13042 (comment) for a workaround.

Thanks @SteveL-MSFT, hoping to try out the workaround in the next day or two

v0.7.2 has shipped with the previews for those libraries in place for PowerShell 7.1. When those are GA'd they'll be included in further BT releases.

Thanks again @SteveL-MSFT!