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-10-31[Disable] HandleCollectorTests.TestHandleCollector on MonoAlexander Köplinger
2018-04-02Merge remote-tracking branch 'upstream/release/2.1' into 2.1-mergeMarek Safar
2018-01-31Missing guid from two interop types (#26688)Dan Moseley
2018-01-23Merge remote-tracking branch 'upstream/release/2.1'Marek Safar
2018-01-12Update references assemblies to include private fields for structsWes Haggard
2017-11-27Merge remote-tracking branch 'upstream/master'Marek Safar
2017-11-19Delete unnecessary ComVisible annotationsJan Kotas
2017-11-19Delete unnecessary SecurityCritical and SecuritySafeCritical annotationsJan Kotas
2017-11-03Merge pull request #24234 from tijoytom/masterTijoy Tom
2017-10-30Move UTF8 tests to netcoreapp sectiontijoytk
2017-10-28Move InAttribute from S.R.InteropServices to System.Runtime next to OutAttrib...Ahson Khan
2017-10-24Fix System.Data.Odbc configurations for support package and run UpdateVSConfi...Santiago Fernandez Madero
2017-10-10Adding UTF8 Marshalling API teststijoytk
2017-10-02Merge remote-tracking branch 'upstream/master'Marek Safar
2017-09-09Move GCHandle and GCHandleType to System.Runtime reference assembly.ahsonkhan
2017-08-31Merge remote-tracking branch 'upstream/master'Marek Safar
2017-08-24Add Marshal ThrowExceptionForHR test.tijoytk
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-07Merge remote-tracking branch 'upstream/master'Marek Safar
2017-08-02Add Stream and {Unmanaged}MemoryStream Span-based APIs (#22654)Stephen Toub
2017-07-16Merge remote-tracking branch 'upstream/master'Alexander Köplinger
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-07-03Merge remote-tracking branch 'upstream/master'Alexander Köplinger
2017-06-30Fix GCHandle double-free (#21743)Yi Zhang (CLR)
2017-06-29Fix System.Runtime.Interop test for uapaot (#21673)Santiago Fernandez Madero
2017-06-29Add converter from IEnumerable to TheoryData (#21671)Jeremy Kuhne
2017-06-28Fix System.Runtime.InteropServices.Tests for Uap (#21652)Santiago Fernandez Madero
2017-06-27Fix ILC compilation failure for S.R.InteropServices.Test (#21633)Tijoy Tom
2017-06-26Various UAP test fixes (#21527)Dan Moseley
2017-06-25Add misc tests for System.Runtime.InteropServices (#21464)Hugh Bellamy
2017-06-23Fix System.Runtime.InteropServices.Tests from crashing in uap (#21465)Santiago Fernandez Madero
2017-06-23Add System.Runtime.InteropServices wrapper tests (#21402)Hugh Bellamy
2017-06-23Add Attribute tests in System.Runtime.InteropServices (#21308)Hugh Bellamy
2017-06-23Reenable System.Runtime.Interop.Test on ILC. (#21389)Atsushi Kanamori
2017-06-23Fix failing System.Runtime.Interop.Tests on ILC (#21376)Atsushi Kanamori
2017-06-22Reenable test in System.Runtime.InteropServices for ILC (#21368)Atsushi Kanamori
2017-06-22Fix more recent uapaot tests (#21349)Hugh Bellamy
2017-06-21Add tests for changes to Marshal.ComObject in coreclr (#21207)Hugh Bellamy
2017-06-21Add ComAwareEventInfo tests (#21165)Hugh Bellamy
2017-06-20Merge remote-tracking branch 'upstream/master'Marek Safar
2017-06-17Move hardcoded strings in System.Runtime.InteropServices to SR (#21170)Hugh Bellamy
2017-06-17Add some System.Runtime.InteropServices tests (#21140)Hugh Bellamy
2017-06-14Building manual System facade for serialization support (#20988)Viktor Hofer
2017-06-09Merge remote-tracking branch 'upstream/master'Marek Safar
2017-06-08Manually build mscorlib shim to allow for internal type forwards & Adding Typ...Wes Haggard
2017-06-06Merge remote-tracking branch 'upstream/master'Marek Safar
2017-06-02Remove duplicate code.Tijoy Tom Kalathiparambil
2017-06-02Use CurrentDomain.BaseDirectory as fallback.Tijoy Tom Kalathiparambil
2017-05-30Revert "Scale back [Serializable] CoreFX types (#19742)"Marek Safar
2017-05-23Prep tests for CoreCLR/CoreRT [Serializable] cleanup (#20035)Morgan Brown