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
Cleanup code in System.Runtime.Serialization.Formatters.Tests #23940
Merged
ViktorHofer
merged 2 commits into
dotnet:master
from
ViktorHofer:BinaryFormatterCleanup
Sep 12, 2017
Merged
Cleanup code in System.Runtime.Serialization.Formatters.Tests #23940
ViktorHofer
merged 2 commits into
dotnet:master
from
ViktorHofer:BinaryFormatterCleanup
Sep 12, 2017
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
I see that krwq is on holiday. @stephentoub or @danmosemsft would you mind reviewing this cleanup PR? |
danmoseley
approved these changes
Sep 11, 2017
ViktorHofer
force-pushed
the
BinaryFormatterCleanup
branch
from
September 11, 2017 22:57
775ee26
to
34da99c
Compare
ViktorHofer
force-pushed
the
BinaryFormatterCleanup
branch
from
September 12, 2017 09:43
9f79ce6
to
576ee21
Compare
@dotnet/dnceng Tizen build failing:
https://ci.dot.net/job/dotnet_corefx/job/master/job/tizen_armel_cross_debug_prtest/7371/consoleText |
@ViktorHofer - Did the Tizen build get sorted? |
I merged without the Tizen build so I can't say if it's still occurring. |
ViktorHofer
added a commit
to ViktorHofer/corefx
that referenced
this pull request
Nov 3, 2017
…#23940) * Cleanup code in System.Runtime.Serialization.Formatters.Tests * Moved UnitySerializationHolder serialization test to System.Runtime.Tests
ViktorHofer
added a commit
to ViktorHofer/corefx
that referenced
this pull request
Nov 7, 2017
…#23940) * Cleanup code in System.Runtime.Serialization.Formatters.Tests * Moved UnitySerializationHolder serialization test to System.Runtime.Tests
ViktorHofer
added a commit
to ViktorHofer/corefx
that referenced
this pull request
Nov 7, 2017
…#23940) * Cleanup code in System.Runtime.Serialization.Formatters.Tests * Moved UnitySerializationHolder serialization test to System.Runtime.Tests
ViktorHofer
added a commit
to ViktorHofer/corefx
that referenced
this pull request
Nov 9, 2017
…#23940) * Cleanup code in System.Runtime.Serialization.Formatters.Tests * Moved UnitySerializationHolder serialization test to System.Runtime.Tests
ViktorHofer
added a commit
that referenced
this pull request
Nov 15, 2017
…rds (#25047) * Make corefx exceptions serializable and add typeforwards (#24427) * Add serializable attribute and typeforward and adding serialization impl * Expose ZLibException in impl assembly * Remove deserialization negative tests * Adding tests for exceptions * Adding SqlError data to base exception data table * System Data Facade * Add netfx471 blob diffs for Hashtable and ListDictionary * Build Microsoft.NETCore.App.deps.json after manual shims * Disable currently failing uap/uapaot tests because of shim assembly load errors * Cleanup code in System.Runtime.Serialization.Formatters.Tests (#23940) * Cleanup code in System.Runtime.Serialization.Formatters.Tests * Moved UnitySerializationHolder serialization test to System.Runtime.Tests * Fix UpdateBlobs regression, reenabling ValueTuple tests on Core, add Dictionary<string,string> serialization test case (#24962) * Update non NetCoreApp package versions and build them
picenka21
pushed a commit
to picenka21/runtime
that referenced
this pull request
Feb 18, 2022
…/corefx#23940) * Cleanup code in System.Runtime.Serialization.Formatters.Tests * Moved UnitySerializationHolder serialization test to System.Runtime.Tests Commit migrated from dotnet/corefx@705dc41
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.
@krwq if you have time it would be nice if you can review my changes as you contributed a fair amount of code to it :)
Motivation for changes: