dotnet/roslyn

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

Open

#3,547 opened on Jun 16, 2015

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C# (4,257 forks)batch import
Area-CompilersBughelp wanted

Repository metrics

Stars
 (20,414 stars)
PR merge metrics
 (Avg merge 6d 17h) (256 merged PRs in 30d)

Description

Watch this: awaitinterpolation

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

Contributor guide