dotnet/roslyn
VB: Consider adding new API(s) for parsing arguments in attribute lists and with ranged arguments
オープン
#20,451 opened on 2017/06/26
Area-CompilersConcept-APIFeature Requesthelp wanted
Repository metrics
- Stars
- (20,414 個のスター)
- PR merge metrics
- (平均マージ 6d 17h) (30d で 256 merged PRs)
説明
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