dotnet/roslyn

VB await in a non-async method causes string interpolation to fail to parse

Open

#3,547 建立於 2015年6月16日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)C# (20,414 star) (4,257 fork)batch import
Area-CompilersBughelp wanted

描述

Watch this: awaitinterpolation

When you have await in a non-async method, then string interpolations on the same line don't parse correctly!

貢獻者指南