Inaccurate documentation of required element
Open
area-Linker: Steps
- Dominant language
- C#
- Stars
- 392
- Forks
- 128
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 2
Description
The data format [docs](https://github.com/mono/linker/blob/master/docs/data-formats.md) say that `required` has the following behavior:
```xml
```
We don't actually seem to read the `required` attribute on anything other than types:
https://github.com/mono/linker/blob/2b04c065c84aa8f30600e3b1989c537fc77de95b/src/linker/Linker.Steps/ResolveFromXmlStep.cs#L140
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.