- 
                Notifications
    You must be signed in to change notification settings 
- Fork 4.9k
More serialization test fixes #20377
Conversation
…ons and fixes a diagnosability issue in DataContractSerializer tests
| CC @krwq @dotnet/corert-contrib | 
| Assert.StrictEqual(((SimpleKnownTypeValue)actual.SimpleTypeValue).StrProperty, "PropertyValue"); | ||
| } | ||
|  | ||
| [Fact] | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@morganbr can you please mark these tests with [ActiveIssue] https://github.com/dotnet/corefx/issues/20361 instead of removing them? It would be a little easier for me to update the tests to test custom exception with these scenarios.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shmao , done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
| @dotnet-bot test Linux x64 Tests - Debug - Ubuntu.1404.Amd64.Open | 
| CI isn't restarting, but I've confirmed my changes didn't cause the failures. | 
Removes a couple more tests that depend on ISerializable implementations and fixes a diagnosability issue in DataContractSerializer tests
Removes a couple more tests that depend on ISerializable implementations and fixes a diagnosability issue in DataContractSerializer tests
Removes a couple more tests that depend on ISerializable implementations and fixes a diagnosability issue in DataContractSerializer tests.
Progress toward #19119