This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Merge serialization changes to 2.0.0 #20529
Closed
Closed
Conversation
This file contains 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
…ependencies Update CoreClr, Standard to preview2-25226-02, preview2-25226-01, respectively (release/2.0.0)
[release/2.0.0] Remove all alpine RIDs from the graph.
…e with connection hangs while using MARS over NP. (dotnet#19022) (dotnet#19035)
…preview2-25227-01, preview2-25227-01, beta-25227-00, beta-25227-00, preview2-25227-01, respectively (dotnet#19024)
…ependencies Update CoreClr, CoreFx to preview1-25227-02, preview1-25228-01, respectively (release/2.0.0)
…ependencies Update CoreFx, Standard to preview1-25228-02, preview1-25228-01, respectively (release/2.0.0)
…ependencies Update CoreClr to preview1-25228-02 (release/2.0.0)
…ependencies Update CoreFx to preview1-25230-01 (release/2.0.0)
…ependencies Update CoreFx to preview1-25230-02 (release/2.0.0)
…ependencies Update CoreClr, CoreFx to preview1-25230-02, preview1-25301-01, respectively (release/2.0.0)
…ependencies Update CoreClr to preview1-25301-01 (release/2.0.0)
…o 2.0.0 branch (dotnet#19205) Port SqlClient fixes for NP Flush and for NP/TCP native error codes to 2.0.0 branch
…-01, preview1-25301-01, respectively
Port HttpListener fixes to release/2.0.0
…ependencies Update CoreClr to preview2-25329-01 (release/2.0.0)
2.0 Port: AppCompat: converting two HWR properties to no-op.
…ependencies Update CoreClr, Standard to preview2-25329-02, preview2-25329-01, respectively (release/2.0.0)
…ependencies Update CoreClr, CoreFx to preview2-25330-01, preview2-25330-01, respectively (release/2.0.0)
…ependencies Update Standard to preview2-25330-01 (release/2.0.0)
Port HttpListener fix for disconnect while reading request body
Fixes tests that depend on types in System.Private.CoreLib being serializable that won't be serializable soon.
* Changes to throw PlatformNotSupportedException from ISerializable.GetObjectData and serialization constructors on non-serializable types. Also removes private serialization constructors and some unneeded code that was used to support serializing non-serializable types. A few tests testing GetObjectData implementations are also removed. * Address code review comments. * Change exceptions' GetObjectData to just call base rather than throw. This makes them behave consistently with exceptions that didn't override GetObjectData.
Adds serialization support to BigInteger and Complex, which were inadvetently dropped in the previous cleanup. Also renames the private fields of Complex to match NetFX so that it will be serialization compatible.
Removes a couple more tests that depend on ISerializable implementations and fixes a diagnosability issue in DataContractSerializer tests
… types that are no longer serializable. (dotnet#20384)
Disable lazy serialization tests on netcoreapp
Wrong base branch, closing |
dotnet-maestro-bot
pushed a commit
to dotnet-maestro-bot/corefx
that referenced
this pull request
Oct 25, 2018
In the PR dotnet#20529 we have used the old existing data when we moved the file CharunicodeInfoData.cs to shared folder. This change is to restore the actual updated file. Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
jkotas
pushed a commit
that referenced
this pull request
Oct 25, 2018
In the PR #20529 we have used the old existing data when we moved the file CharunicodeInfoData.cs to shared folder. This change is to restore the actual updated file. Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
TODO: