Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ref struct documented as obsolete. #1084

Open
SvenGroot opened this issue Oct 11, 2024 · 0 comments
Open

ref struct documented as obsolete. #1084

SvenGroot opened this issue Oct 11, 2024 · 0 comments

Comments

@SvenGroot
Copy link

If you create documentation for a project containing a public ref struct, the documentation for that struct will always indicate it's obsolete, despite there not being any ObsoleteAttribute attributes present.

For example:

/// <summary>
/// Docs go here.
/// </summary>
public ref struct Test
{
}

If the ref keyword is removed, the documentation no longer considers the struct obsolete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant