dotnet/roslyn
VB await in a non-async method causes string interpolation to fail to parse
オープン
#3,547 opened on 2015/06/16
Area-CompilersBughelp wanted
Repository metrics
- Stars
- (20,414 個のスター)
- PR merge metrics
- (平均マージ 6d 17h) (30d で 256 merged PRs)
説明
Watch this:

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