dotnet/roslyn

Fix VB Parsing of Format Specifiers

Aberta

#58.043 aberto em 30 de nov. de 2021

 (16 comentários) (0 reação) (0 responsável)C# (4.257 forks)batch import
Area-CompilersBugLanguage-VBhelp wanted

Métricas do repositório

Stars
 (20.414 estrelas)
Métricas de merge de PR
 (Mesclagem média 6d 17h) (256 fundiu PRs em 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.

Guia do colaborador