Skip to content

[release/7.0] [wasm] fix marshaling Error to C# as JSType.Any #79352

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

Merged
merged 1 commit into from
Jan 4, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 7, 2022

Backport of #79340 to release/7.0

/cc @pavelsavara

Customer Impact

_marshal_cs_object_to_cs is dynamic marshaling by type of JavaScript object. It used incomplete implementation of Error marshaling. This fix is using common method for marshaling Error, instead of the broken duplicate.

Testing

Manual testing and new unit test.

Risk

The API is new in Net7 and the use case is edge case.

@pavelsavara pavelsavara self-assigned this Dec 7, 2022
@pavelsavara pavelsavara added this to the 7.0.x milestone Dec 7, 2022
@pavelsavara pavelsavara requested review from kg and maraf December 7, 2022 17:35
@marek-safar marek-safar added the Servicing-consider Issue for next servicing release review label Dec 7, 2022
@marek-safar marek-safar added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Dec 8, 2022
@carlossanlop carlossanlop modified the milestones: 7.0.x, 7.0.3 Jan 4, 2023
@carlossanlop
Copy link
Contributor

Approved by Tactics (7.0.3).
Signed off.
CI failures: One is known/unrelated/already fixed (#78778). The other ones are unrelated to wasm (Quic and Crypto).
No OOB changes needed.
Ready to merge. :shipit:

@carlossanlop carlossanlop merged commit b65e78a into release/7.0 Jan 4, 2023
@carlossanlop carlossanlop deleted the backport/pr-79340-to-release/7.0 branch January 4, 2023 21:32
@ghost ghost locked as resolved and limited conversation to collaborators Feb 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants