dotnet/roslyn

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

オープン

#3,547 opened on 2015/06/16

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)C# (4,257 件のフォーク)batch import
Area-CompilersBughelp wanted

Repository metrics

Stars
 (20,414 個のスター)
PR merge metrics
 (平均マージ 6d 17h) (30d で 256 merged PRs)

説明

Watch this: awaitinterpolation

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

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