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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-02Add tests for EventArgs serialization (#25940)Viktor Hofer
2017-12-30Change PlatformDetection.GetFrameworkVersion() to use registry key value inst...Santiago Fernandez Madero
2017-12-22Add license headers. (#26009)Jon Hanna
2017-12-16Making Win32Exception.ToString() method contain NativeErrorCode (#25216)stukselbax
2017-12-05Concurrent Dictionary for BinaryFormatters (#25590)Anirudh Agnihotry
2017-12-05Add composition assembly to rd.xml to unblock reflection on exceptions (#25683)Viktor Hofer
2017-11-30Improve BinaryFormatter equality check logging (#25566)Viktor Hofer
2017-11-29Porting first half of the System.ComponentModel.Composition tests (#25437)Maryam Ariyan
2017-11-03Fix UpdateBlobs regression, reenabling ValueTuple tests on Core, add Dictiona...Viktor Hofer
2017-10-28Fix system formatter tests hitting netfx inbox binplace issue (#24935)Santiago Fernandez Madero
2017-10-27Make corefx exceptions serializable and add typeforwards (#24427)Viktor Hofer
2017-10-24Fix System.Data.Odbc configurations for support package and run UpdateVSConfi...Santiago Fernandez Madero
2017-09-24Use stackalloc directly into Span (#24212)Stephen Toub
2017-09-19Updating corefx to use new roslyn compiler (#24076)Jose Perez Rodriguez
2017-09-12Cleanup code in System.Runtime.Serialization.Formatters.Tests (#23940)Viktor Hofer
2017-09-12Adding dbnull to dbtable (#23959)Viktor Hofer
2017-09-11DbNull serialization with tests and forward (#23897)Viktor Hofer
2017-09-06Fixing uap serialization errors for exceptions (#23808)Viktor Hofer
2017-08-25Adding cross framework serialization and blob sanity check for serializable E...Viktor Hofer
2017-08-23Set InvariantCulture Local explicitely and improve error logging (#23486)Viktor Hofer
2017-08-19Setting culture to Invariant to avoid not installed user language on test mac...Viktor Hofer
2017-08-17Set fixed culture for CookieContainer blob sanity check (#23285)Viktor Hofer
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-07-21Disabling adjustmentrule blob sanity check till code is convergedViktor Hofer
2017-07-20Fix BinaryFormatter AoT test differences (#22461)Morgan Brown
2017-07-10Update blobs after coreclr incoming change with TypeForward renameViktor Hofer
2017-07-09Update blobs after typeforward renameViktor Hofer
2017-07-04Fixes UAPAOT compilation for the System.Runtime.Serialization.Formatters test...Morgan Brown
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-28Convert Assert.Throws<ArgumentException> to AssertExtensions (#21491)Hugh Bellamy
2017-06-28Correctly handle empty strings in params of RemoteExecutorTestBase (#21196)Hugh Bellamy
2017-06-26SQLString adding missing typeforward to correctly serializable blobs between ...Viktor Hofer
2017-06-25[WIP] BinaryFormatter - Reenable sanity check (#21507)Viktor Hofer
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-23Fix XmlSchemaSet tests for UAP (#21418)Dan Moseley
2017-06-23Fixing SizeF, CookieContainer, CookieCollection serialization between Core <-...Viktor Hofer
2017-06-18Disabling binary serialization fuzzying test (#21185)Dan Moseley
2017-06-17Fixes the ifdefs for the mscorlib and System facades to build for aot as well...Morgan Brown
2017-06-16Add more serialization test cases and fix SqlGuid (#21137)Krzysztof Wicher
2017-06-16Enabling CookieContainer serialization by exposing PathList type and adding a...Viktor Hofer
2017-06-16Reenabling disabled tests (#21101)Viktor Hofer
2017-06-15Cross Serialization Cleanup (#21067)Viktor Hofer
2017-06-15Cross framework serialization finish up (#20870)Viktor Hofer
2017-06-14Enable UAP Remote Execution for all tests (#21014)Tarek Mahmoud Sayed
2017-06-14Using mscorlib shim as default resolving assembly for BinaryFormatter seriali...Viktor Hofer
2017-06-13Bring SerializationFieldInfo back to BinaryFormatter in corefx (#20938)Stephen Toub
2017-06-08Addressing previous serialization PR feedback from danmosemsft (#20807)Viktor Hofer
2017-06-08More AOT serialization fixes (#20800)Morgan Brown
2017-06-08Manually build mscorlib shim to allow for internal type forwards & Adding Typ...Wes Haggard
2017-06-07Fixes to unblock BinaryFormatter tests on UAPAOT (#20760)Morgan Brown