dotnet/roslyn

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

Aberta

#20.451 aberto em 26 de jun. de 2017

 (0 comentário) (0 reação) (0 responsável)C# (4.257 forks)batch import
Area-CompilersConcept-APIFeature Requesthelp 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

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

Guia do colaborador