dotnet/roslyn

Fix VB Parsing of Format Specifiers

Open

#58,043 opened on Nov 30, 2021

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

Repository metrics

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

Description

VB has the same parsing "bug" as detailed in https://github.com/dotnet/roslyn/issues/57750, but unlike C# it does not support interpolated string handlers, so there are no runtime impacts to the parsing issue. We should update the VB parser to be in sync with the C# parser and the runtime here, but it's not high priority so the team is not going to focus on it. We'd accept a community PR to implement this fix.

Contributor guide