dotnet/roslyn

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

Ouverte

#20 451 ouverte le 26 juin 2017

 (0 commentaire) (0 réaction) (0 personne assignée)C# (4 257 forks)batch import
Area-CompilersConcept-APIFeature Requesthelp wanted

Métriques du dépôt

Stars
 (20 414 étoiles)
Métriques de merge PR
 (Merge moyen 6j 17h) (256 PRs mergées en 30 j)

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

Guide contributeur