docfx icon indicating copy to clipboard operation
docfx copied to clipboard

Reflecting the Experimental attribute

Open kordys opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. We started using the 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.

kordys avatar Feb 21 '25 12:02 kordys