DesktopToast icon indicating copy to clipboard operation
DesktopToast copied to clipboard

Fix TypeLoadException

Open dmitry-shechtman opened this issue 8 years ago • 1 comments

Closes #5.

dmitry-shechtman avatar May 05 '17 13:05 dmitry-shechtman

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.

dmitry-shechtman avatar May 15 '17 22:05 dmitry-shechtman