Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-31Revert "Remove not necessary type forwarded from attributes when type comes ↵Santiago Fernandez Madero
from mscorlib in netfx" (#19784) This reverts commit 4fb001d431e0f44df15709f02f776e565fec14c7. Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
2018-08-31Remove not necessary type forwarded from attributes when type comes from ↵Santiago Fernandez Madero
mscorlib in netfx Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
2018-03-15Add TaskCanceledException ctor that takes CancellationToken (#16939)Stephen Toub
To help with maintaining compatibility when implementing types like SocketsHttpHandler, this ctor allows for constructing a TaskCanceledException with the same inputs as an OperationCanceledException. Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
2017-11-22Move ArraySegment and a few other files to shared CoreLib partition (#15158)Jan Kotas
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
2017-10-17Merge pull request dotnet/coreclr#14311 from ↵dotnet bot
ViktorHofer/SerializationExceptions (#4743) Make coreclr exceptions serializable and add typeforwards Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
2017-05-27ISerializable cleanup (dotnet/coreclr#11873)Morgan Brown
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. For Exception types, we call base instead of throwing from GetObjectData to be consistent with the many Exceptions that don't override GetObjectData Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
2017-05-24Scale back [Serializable] on CoreCLR types (dotnet/coreclr#11765)Morgan Brown
Removes SerializableAttribute from CoreCLR types not intended to be serializable as well as adding special handling to MulticastDelegate to prevent serializing delegates (which can't be correctly serialized cross platform/runtime). Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
2017-04-02Move identical files to shared partitionJan Kotas
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>