dotnet/roslyn
VB: Consider adding new API(s) for parsing arguments in attribute lists and with ranged arguments
Aperta
#20.451 aperta il 26 giu 2017
Area-CompilersConcept-APIFeature Requesthelp wanted
Metriche repository
- Star
- (20.414 stelle)
- Metriche merge PR
- (Merge medio 6g 17h) (256 PR mergiate in 30 g)
Descrizione
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