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

Support ILBasedSerializer as a fallback only after trying the configured fallback #7357

Merged
merged 4 commits into from
Nov 3, 2021

Conversation

ReubenBond
Copy link
Member

@ReubenBond ReubenBond commented Oct 26, 2021

Fixes #7328

We should not use ILBasedSerializer preferentially to the configured fallback serializer. This PR deprioritizes it.

Microsoft Reviewers: Open in CodeFlow

@ReubenBond ReubenBond added this to the 3.5.1 milestone Oct 26, 2021
@ReubenBond
Copy link
Member Author

Needs some changes. I'll push an update tomorrow

@ReubenBond
Copy link
Member Author

Another commit on the pile: BinaryFormatter (which is enabled in more situations with this PR) dropped support for serializing RuntimeType in .NET Core 2.0: dotnet/runtime#23169 (comment)

@ReubenBond ReubenBond merged commit 928c259 into dotnet:3.x Nov 3, 2021
@ReubenBond ReubenBond deleted the v3/fix-ilbased-fallback branch November 3, 2021 19:58
@github-actions github-actions bot locked and limited conversation to collaborators Dec 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants