dotnet/roslyn

Fix VB Parsing of Format Specifiers

Ouverte

#58 043 ouverte le 30 nov. 2021

 (16 commentaires) (0 réaction) (0 personne assignée)C# (4 257 forks)batch import
Area-CompilersBugLanguage-VBhelp wanted

Métriques du dépôt

Stars
 (20 414 étoiles)
Métriques de merge PR
 (Merge moyen 6j 17h) (256 PRs mergées en 30 j)

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.

Guide contributeur