-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Add new API docs for System.Runtime.InteropServices #106208
Conversation
Tagging subscribers to this area: @dotnet/interop-contrib |
@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: runtime/src/libraries/System.Runtime.InteropServices/src/System.Runtime.InteropServices.csproj Line 7 in d756da3
|
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. |
Okay I'll port the docs over manually after this PR gets in. |
There was a problem hiding this comment.
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.
...ntime.InteropServices/src/System/Runtime/InteropServices/Marshalling/ComVariantMarshaller.cs
Outdated
Show resolved
Hide resolved
...ntime.InteropServices/src/System/Runtime/InteropServices/Marshalling/ComVariantMarshaller.cs
Outdated
Show resolved
Hide resolved
...ntime.InteropServices/src/System/Runtime/InteropServices/Marshalling/ComVariantMarshaller.cs
Outdated
Show resolved
Hide resolved
...ntime.InteropServices/src/System/Runtime/InteropServices/Marshalling/ComVariantMarshaller.cs
Outdated
Show resolved
Hide resolved
...ntime.InteropServices/src/System/Runtime/InteropServices/Marshalling/ComVariantMarshaller.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
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?