Add support for additional types of values in link attribute XML .ctor invocation
Open
area-Linker: Steps
- Dominant language
- C#
- Stars
- 392
- Forks
- 128
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 2
Description
The parsing code for .ctor arguments already handles almost all primitive types and some other cases, but it doesn't handle:
* `null` values
* arrays
https://github.com/mono/linker/blob/6bfa2c0657d2dcfd6dce684ab34b470ce567631a/src/linker/Linker.Steps/LinkAttributesParser.cs#L221
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.