DesktopToast
DesktopToast copied to clipboard
Fix TypeLoadException
Closes #5.
The types used in the async method body are evaluated when the async state machine is being created. Moving the unsupported type to a separate method solves the problem. P.S. Agreed.