dotnet/roslyn

VB: Consider adding new API(s) for parsing arguments in attribute lists and with ranged arguments

開放

#20,451 建立於 2017年6月26日

 (0 則留言) (0 個反應) (0 位負責人)C# (4,257 個分叉)batch import
Area-CompilersConcept-APIFeature Requesthelp wanted

倉庫指標

星標
 (20,414 顆星)
PR 合併指標
 (平均合併 6天 17小時) (30 天內合併 256 個 PR)

描述

The existing API (SyntaxFactory.ParseArgumentList) only covers the new behavior for argument lists in invocations. But it doesn't expose options for parsing in context of attribute list (non-trailing named arguments disallowed) or with ranged arguments.

Relates to https://github.com/dotnet/roslyn/pull/20182#pullrequestreview-46136872

FYI @AlekseyTs

貢獻者指南