dotnet/roslyn

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

Offen

#20.451 geöffnet am 26.06.2017

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (4.257 Forks)batch import
Area-CompilersConcept-APIFeature Requesthelp wanted

Repository-Metriken

Stars
 (20.414 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 6T 17h) (256 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide