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!

贡献者指南