dotnet/roslyn
View on GitHubVB await in a non-async method causes string interpolation to fail to parse
Open
#3,547 opened on Jun 16, 2015
Area-CompilersBughelp wanted
Repository metrics
- Stars
- (20,414 stars)
- PR merge metrics
- (Avg merge 6d 17h) (256 merged PRs in 30d)
Description
Watch this:

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