Reflecting the Experimental attribute
Open
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 890
- Avg merge
- 2h 11m
- Merged PRs (30d)
- 10
Description
**Is your feature request related to a problem? Please describe.**
We started using the [experimental attribute](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-12.0/experimental-attribute) in our code base lately. Members decorated by this attribute are not identified in the API documentation by any sign.
**Describe the solution you'd like**
It would be great if the generator could detect members decorated by this attribute and mark such members somehow in the generated API documentation including the message provided in the attribute.
The same approach as for obsolete members can be used.
Contributor guide
Assessment
This issue has not been assessed yet.