dotnet/roslyn

Fix VB Parsing of Format Specifiers

Aperta

#58.043 aperta il 30 nov 2021

 (16 commenti) (0 reazioni) (0 assegnatari)C# (4257 fork)batch import
Area-CompilersBugLanguage-VBhelp wanted

Metriche repository

Star
 (20.414 stelle)
Metriche merge PR
 (Merge medio 6g 17h) (256 PR mergiate in 30 g)

Descrizione

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.

Guida contributor