-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Port System.Runtime.InteropServices.Javascript docs to RC1 #8390
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
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
xml/System.Runtime.InteropServices.JavaScript/JSExportAttribute.xml
Outdated
Show resolved
Hide resolved
xml/System.Runtime.InteropServices.JavaScript/JSExportAttribute.xml
Outdated
Show resolved
Hide resolved
xml/System.Runtime.InteropServices.JavaScript/JSType+Array`1.xml
Outdated
Show resolved
Hide resolved
Co-authored-by: Genevieve Warren <[email protected]>
This comment was marked as outdated.
This comment was marked as outdated.
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.
LGTM barring any issues from the docs team
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
xml/System.Runtime.InteropServices.JavaScript/JSExportAttribute.xml
Outdated
Show resolved
Hide resolved
xml/System.Runtime.InteropServices.JavaScript/JSExportAttribute.xml
Outdated
Show resolved
Hide resolved
xml/System.Runtime.InteropServices.JavaScript/JSImportAttribute.xml
Outdated
Show resolved
Hide resolved
xml/System.Runtime.InteropServices.JavaScript/JSImportAttribute.xml
Outdated
Show resolved
Hide resolved
xml/System.Runtime.InteropServices.JavaScript/JSImportAttribute.xml
Outdated
Show resolved
Hide resolved
xml/System.Runtime.InteropServices.JavaScript/JSMarshalerArgument+ArgumentToJSCallback`1.xml
Outdated
Show resolved
Hide resolved
xml/System.Runtime.InteropServices.JavaScript/JSMarshalerArgument+ArgumentToJSCallback`1.xml
Outdated
Show resolved
Hide resolved
...ystem.Runtime.InteropServices.JavaScript/JSMarshalerArgument+ArgumentToManagedCallback`1.xml
Outdated
Show resolved
Hide resolved
...ystem.Runtime.InteropServices.JavaScript/JSMarshalerArgument+ArgumentToManagedCallback`1.xml
Outdated
Show resolved
Hide resolved
xml/System.Runtime.InteropServices.JavaScript/JSMarshalerType.xml
Outdated
Show resolved
Hide resolved
xml/System.Runtime.InteropServices.JavaScript/JSType+Discard.xml
Outdated
Show resolved
Hide resolved
I'm surprised that these APIs were named with the single-L version of "marshaller". I thought we'd settled on double-L. |
This comment was marked as outdated.
This comment was marked as outdated.
Co-authored-by: Ankit Jain <[email protected]> Co-authored-by: Genevieve Warren <[email protected]>
…e.xml Co-authored-by: Ankit Jain <[email protected]>
Docs Build status updates of commit 939a28e: ✅ Validation status: passed
This comment lists only the first 25 files in the pull request. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
@pavelsavara "Marshal" with one L is correct. It's "marshalling" and "marshaller" that I'm referring to, and the existing APIs seems to use two L's: |
So the only offender is |
@pavelsavara And JSMarshalerType, which has the same attribute. Question: Do we want to also filter these from docs.microsoft.com? |
Yes all which is Perhaps |
We have some APIs aimed at being used from the generator, but we don't have any EditorBrowsableState.Never ones. |
@gewarren @pavelsavara @lewing @radical