dotnet / dotnet/docfx

Reflecting the Experimental attribute

Open
#10,552 1 comment 2 reactions 1 assignee Assigned to @Copilot View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.