Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Change ByteListFormatter behaviour to keep binary compatibility for List<byte>#2139

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
neuecc merged 4 commits intomasterfromfix-listbyte-formatter
Jan 27, 2025

Conversation

@neuecc
Copy link
Member

about:#2099 (comment)

@AArnott@pCYSl5EDgo
Last year, due to optimization code that was introduced, the serialization results forList<byte> became different between .NET 8 and other versions.
The correct behavior should be returning identical serialization results across all platforms.
Therefore, we reverted the behavior ofList<byte> to its original state.

This is a breaking change that requires careful consideration.
To protect serializedList<byte> data that already exists in .NET 8 environments,
we decided to support both array and binary deserialization.
We believe this will allow for updates without practical issues.

@neueccneuecc changed the titleremove ByteListFormatter to keep binary compatibility for List<byte>Change ByteListFormatter behaviour to keep binary compatibility for List<byte>Jan 24, 2025
@neueccneuecc merged commite823ea1 intomasterJan 27, 2025
3 checks passed
@neueccneuecc deleted the fix-listbyte-formatter branchJanuary 27, 2025 07:48
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@AArnottAArnottAArnott approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@neuecc@AArnott

[8]ページ先頭

©2009-2025 Movatter.jp