dotnet/roslyn

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

Open

#3,547 opened on 2015年6月16日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)C# (20,414 stars) (4,257 forks)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!

コントリビューターガイド