Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Cleanup code in System.Runtime.Serialization.Formatters.Tests #23940

Merged
merged 2 commits into from
Sep 12, 2017

Conversation

ViktorHofer
Copy link
Member

@ViktorHofer ViktorHofer commented Sep 11, 2017

@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:

  1. Get rid of BinaryFormatterHelper.cs in favor of BinaryFormatterHelpers.cs (Common)
  2. Move code to read and write from/to base64strings and byte arrays to common to be able to test serialization code in different packages.

@ViktorHofer
Copy link
Member Author

I see that krwq is on holiday. @stephentoub or @danmosemsft would you mind reviewing this cleanup PR?

@ViktorHofer ViktorHofer force-pushed the BinaryFormatterCleanup branch from 775ee26 to 34da99c Compare September 11, 2017 22:57
@ViktorHofer ViktorHofer force-pushed the BinaryFormatterCleanup branch from 9f79ce6 to 576ee21 Compare September 12, 2017 09:43
@ViktorHofer
Copy link
Member Author

ViktorHofer commented Sep 12, 2017

@dotnet/dnceng Tizen build failing:

Status: Downloaded newer image for hqueue/dotnetcore:ubuntu1404_cross_prereqs_v4-tizen_rootfs docker: Error response from daemon: failed to get network during CreateEndpoint: could not find endpoint count for network bridge: Key not found in store.

https://ci.dot.net/job/dotnet_corefx/job/master/job/tizen_armel_cross_debug_prtest/7371/consoleText

@ViktorHofer ViktorHofer merged commit 705dc41 into dotnet:master Sep 12, 2017
@ViktorHofer ViktorHofer deleted the BinaryFormatterCleanup branch September 12, 2017 10:29
@markwilkie
Copy link
Member

@ViktorHofer - Did the Tizen build get sorted?

@ViktorHofer
Copy link
Member Author

I merged without the Tizen build so I can't say if it's still occurring.

@karelz karelz added this to the 2.1.0 milestone Oct 11, 2017
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants