Pinned repositories
624 contributions in the last year
Contribution activity
October 2017
Created a pull request in dotnet/corefx
that received 7
comments
Make corefx exceptions serializable and add typeforwards
Related: #24424 @weshaggard please review the shim changes Exceptions that could be supported: CryptoSignedXmlRecursionException (its type is inte…
Created an issue in dotnet/corefx
that received 6
comments
Bring back exception serialization support
We see strong customer demand for being able to serialize Exceptions with BinaryFormatter or DCS. The following actions are required: Make corecl…