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

Joe/6.3 bugfix/error event serialization #1422

Merged
merged 2 commits into from
Sep 20, 2023

Conversation

josephdecock
Copy link
Member

@josephdecock josephdecock commented Sep 20, 2023

This backports #1363 into the 6.3 release.

The issue is that thrown exceptions can't be serialized by System.Text.Json, because they contain pointers that it won't allow.

This fix (suppressing serialization) is specific to the 6.3 release, to avoid a breaking change to the event type.

In 7.0, we will remove the property entirely.

@josephdecock josephdecock added this to the 6.3.5 milestone Sep 20, 2023
@josephdecock josephdecock added the bug Something isn't working label Sep 20, 2023
This fixes #1362

Thrown exceptions can't be serialized by System.Text.Json, because they
contain pointers that it won't allow.

This fix (suppressing serialization) is specific to the 6.3 release.
In 7.0, we will remove the property entirely.
@josephdecock josephdecock force-pushed the joe/6.3-bugfix/error-event-serialization branch from b31eef2 to 523723e Compare September 20, 2023 14:43
@brockallen brockallen merged commit a4dc28e into releases/6.3.x Sep 20, 2023
3 checks passed
@brockallen brockallen deleted the joe/6.3-bugfix/error-event-serialization branch September 20, 2023 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants