Port System.Runtime.InteropServices.Javascript docs to RC1#8390
Port System.Runtime.InteropServices.Javascript docs to RC1#8390carlossanlop merged 7 commits intodotnet:net7-rc1from carlossanlop:JavascriptRC1
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 <24882762+gewarren@users.noreply.github.com>
This comment was marked as outdated.
This comment was marked as outdated.
jkoritzinsky
left a comment
There was a problem hiding this comment.
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 <radical@gmail.com> Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
…e.xml Co-authored-by: Ankit Jain <radical@gmail.com>
|
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