Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add new API docs for System.Runtime.InteropServices - #106208

#106208
Merged
jkoritzinsky merged 2 commits into
dotnet:maindotnet/runtime:mainfrom
jkoritzinsky:net9-docsjkoritzinsky/runtime:net9-docsCopy head branch name to clipboard
Aug 9, 2024
Merged

Add new API docs for System.Runtime.InteropServices#106208
jkoritzinsky merged 2 commits into
dotnet:maindotnet/runtime:mainfrom
jkoritzinsky:net9-docsjkoritzinsky/runtime:net9-docsCopy head branch name to clipboard

Conversation

@jkoritzinsky

Copy link
Copy Markdown
Member

Adds the rest of the missing API docs we can put in code from #105986

@carlossanlop the CollectionsMarshal APIs do have docs in source. Do we need to manually port them to dotnet-api-docs?

@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/interop-contrib
See info in area-owners.md if you want to be subscribed.

@carlossanlop

Copy link
Copy Markdown
Contributor

the CollectionsMarshal APIs do have docs in source. Do we need to manually port them to dotnet-api-docs?

@jkoritzinsky Yes, they need them manually ported, because the source of truth is not triple slash comments, but dotnet-api-docs, as indicated by this turned-off property in the csproj:

<UseCompilerGeneratedDocXmlFile>false</UseCompilerGeneratedDocXmlFile>

@carlossanlop

Copy link
Copy Markdown
Contributor

Note: We can't just turn the property on, because we would need to backport the language-reviewed docs from dotnet-api-docs into runtime first.

@jkoritzinsky

Copy link
Copy Markdown
Member Author

Okay I'll port the docs over manually after this PR gets in.

@carlossanlop carlossanlop left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some suggestions for you to consider, and aside from that, it looks good.

Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.