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# (20,414 stars) (4,257 forks)batch import
Area-CompilersBughelp wanted

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