Skip to content

fix: rewrite json channel converters#2831

Merged
mxschmitt merged 1 commit into
mainfrom
rewrite-channel-converters
Jan 18, 2024
Merged

fix: rewrite json channel converters#2831
mxschmitt merged 1 commit into
mainfrom
rewrite-channel-converters

Conversation

@mxschmitt
Copy link
Copy Markdown
Contributor

@mxschmitt mxschmitt commented Jan 17, 2024

This broke in f947487. One way of fixing it is to update our System.Text.Json dependency to 7.0.0 or higher, since dotnet/runtime#46522 is fixed there, but we tried this in the past and we reverted in #2720.

This solution of the PR works around the bug dotnet/runtime#46522 by going the ConverterFactory route.

Drive-by: Remove ChannelToGuidConverter, since we only have channel owner nowadays, no separate channels.

Fixes #2830

@mxschmitt mxschmitt merged commit cbcd115 into main Jan 18, 2024
@mxschmitt mxschmitt deleted the rewrite-channel-converters branch January 18, 2024 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[REGRESSION]: QuerySelectorAllAsync causes InvalidCastException

2 participants