-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
dotnet/dotnet-api-docs
#6859Labels
area-System.Runtime.InteropServicesdocumentationDocumentation bug or enhancement, does not impact product or test codeDocumentation bug or enhancement, does not impact product or test code
Milestone
Description
The APIs in the table below were introduced in .NET 6.0 and are showing up as undocumented in the dotnet-api-docs repo.
Some of them are already documented in triple slash comments in source. Area owners, please:
- Verify if there are any APIs from the table have not been documented in source. If you find any, document them in triple slash and submit a PR to runtime to commit the documentation.
- Clone the dotnet-api-docs repo and port the triple slash comments by running this DocsPortingTool command:
DocsPortingTool \
-Direction ToDocs \
-Docs %REPOS%\dotnet-api-docs\xml \
-Intellisense %REPOS%\runtime\artifacts\bin\ \
-IncludedAssemblies System.Runtime.InteropServices \
-IncludedNamespaces System.Runtime.InteropServices \
-Save true
- Submit a PR to dotnet-api-docs with the ported documentation.
Undoc 6.0 System.Runtime.InteropServices APIs table
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-System.Runtime.InteropServicesdocumentationDocumentation bug or enhancement, does not impact product or test codeDocumentation bug or enhancement, does not impact product or test code