api-doc-tools
api-doc-tools copied to clipboard
`ref` modifier appears to be removed from `struct` types
See more details in dotnet/docs#5208
There are couple important points here:
- For types (like
Span<T>) that areref structtypes, therefmodifier is missing. - When a method signature returns a
ref T, theref Tmodifier is missing.
A similar problem happens for ref readonly struct declarations.
For the second point, that will be addressed in the next release by the resolution to https://github.com/mono/api-doc-tools/issues/249
@joelmartinez should I add a new issue or just include the conditions from https://github.com/MicrosoftDocs/feedback/issues/468 here too given this one is still open?
@mairaw Yeah, a new issue would be ideal, so we can keep the scope of each issue a bit more focused. This one will be for the ref struct, and the new one will address the indexer ref scenario
OK, filed a new one for the indexers then: https://github.com/mono/api-doc-tools/issues/422
Internal bug logged.