-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.Runtime.InteropServices.JavaScriptuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
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 Microsoft.JSInterop \
-IncludedNamespaces Microsoft.JSInterop \
-Save true
- Submit a PR to dotnet-api-docs with the ported documentation.
Undoc 6.0 Microsoft.JSInterop APIs table
Metadata
Metadata
Assignees
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.Runtime.InteropServices.JavaScriptuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner