-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Use PayloadReader in System.Resources.Extensions #102379
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
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
241157e
add System.Runtime.Serialization.BinaryFormat with tests
adamsitnik fdbaf50
set IsPackable to false so the package is not published anywhere, mak…
adamsitnik 1da4a10
reference System.Runtime.Serialization.BinaryFormat in System.Resourc…
adamsitnik ba62c25
copy-paste the System.Windows.Forms.BinaryFormat code as is with no m…
adamsitnik f0c20fc
fix compiler errors caused by lack of global usings and supporting ol…
adamsitnik 39dd889
change the namespace from System.Windows.Forms.BinaryFormat to System…
adamsitnik 00608e4
switch
adamsitnik 6354a91
try to handle the type and assembly name mangling
adamsitnik ba41ff0
Revert "try to handle the type and assembly name mangling"
adamsitnik cde8100
use BinaryFormatter as a fallback when we get NotSupportedException e…
adamsitnik 3a90452
fix the bugs I've introduced when porting the code to older monikers
adamsitnik 37200dc
fix the build error and remove outdated comment
adamsitnik 6a36687
add switch and Compat tests that simply reference existing tests
adamsitnik d4de6ee
copy WinForms tests
adamsitnik 1cb10c1
make the WinForms tests compile and pass:
adamsitnik eb0270f
fix the build (when creating a trimmed list, the serialized size must…
adamsitnik 3b4cda3
change public API: ArrayRecord can represent multi-dimensional array …
adamsitnik cabd585
address code review feedback:
adamsitnik a92a528
remove the fallback to BF
adamsitnik 6f6d03f
handle the type name mangling
adamsitnik 891365f
fix the build?
adamsitnik 7a60a3f
Apply suggestions from code review
adamsitnik ec629c9
Apply suggestions from code review
adamsitnik 6fb3a54
Apply suggestions from code review
adamsitnik 0b10f6b
address code review feedback:
adamsitnik a8c3948
don't run drawing tests on systems where drawing is not supported
adamsitnik b57bc2a
add WebSocketException to the exclusion list (because it's implementa…
adamsitnik a7134ef
address code review feedback:
adamsitnik 42e8199
Apply suggestions from code review
adamsitnik 00cb0a8
Apply suggestions from code review
adamsitnik 243ec2e
address code review feedback:
adamsitnik c485e4a
optimize perf for reading arrays of primitive types, but keep it safe…
adamsitnik 3c1e72c
rename ToArray to GetArray and avoid allocating new array if possible…
adamsitnik f175ff6
solve last TODO: fix max size array support by avoiding Int32 overflo…
adamsitnik d524a92
fix the build
adamsitnik 489c66a
Apply suggestions from code review
adamsitnik 697cb0a
address code review feedback:
adamsitnik e3d1a7b
Merge remote-tracking branch 'upstream/main' into plan
adamsitnik fdbd424
improve arrays support:
adamsitnik 3eefd4e
Don't check if serialized DataTable and DataSet produce exact same by…
adamsitnik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.