Strange Async Warning in VS 2013
问题 I have a Button on a UserControl . I'm marking the UserControl 's Click event handler for the Button as Async , so I can run an asynchronous method from inside it. I have to do it this way, otherwise the UI blocks and a ToolStripLabel on the Form doesn't get updated before the SchedulerNode.Load() method is called. Visual Studio isn't liking it very much, but the warning it's returning seems both incorrect and misapplied. Here's the code: And here's the warning: Note that VS indicates the