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

Missing mapping with ToDocs command #95

Open
pavelsavara opened this issue Sep 9, 2021 · 0 comments
Open

Missing mapping with ToDocs command #95

pavelsavara opened this issue Sep 9, 2021 · 0 comments
Labels
port-to-docs Issues related to the PortToDocs tool.

Comments

@pavelsavara
Copy link
Member

When I worked on dotnet/dotnet-api-docs#7129 the DocsPortingTool didn't map some methods to xml files. I had to do it manually.

  • M:System.Net.Http.HttpRequestOptions.TryGetValue``1(System.Net.Http.HttpRequestOptionsKey{``0},``0@)
  • M:System.Net.Http.HttpRequestOptions.Set``1(System.Net.Http.HttpRequestOptionsKey{``0},``0)

The command I used was DocsPortingTool -Direction ToDocs -Docs c:\Dev\dotnet-api-docs\xml -IntelliSense C:\dev\runtime\artifacts\bin\System.Net.Http\ -IncludedAssemblies System.Net.Http -IncludedNamespaces System.Net.Http -Save true on this code https://github.com/dotnet/runtime/pull/58896/files

@carlossanlop carlossanlop pinned this issue Oct 20, 2021
@carlossanlop carlossanlop unpinned this issue Oct 20, 2021
@carlossanlop carlossanlop added the port-to-docs Issues related to the PortToDocs tool. label Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
port-to-docs Issues related to the PortToDocs tool.
Projects
None yet
Development

No branches or pull requests

2 participants