dotnet/roslyn

Fix VB Parsing of Format Specifiers

开放

#58,043 创建于 2021年11月30日

 (16 条评论) (0 个反应) (0 位负责人)C# (4,257 个派生)batch import
Area-CompilersBugLanguage-VBhelp wanted

仓库指标

星标
 (20,414 个星标)
PR 合并指标
 (平均合并 6天 17小时) (30 天内合并 256 个 PR)

描述

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.

贡献者指南