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
2017-08-14Fix typos in comments (#23198)John Doe
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-09Fix plain zero insertion error when SqlBulkCopy (#22926)Gene Lee
2017-08-04Adding few libraries to UWP MetapackageJose Perez Rodriguez
2017-08-02Removed SNIMarsManager, and modified TdsParserStateObjectManaged so that it m...Cory Rivera
2017-08-02Remove ILCBuildType=chk from SqlClient.Tests (#22835)Santiago Fernandez Madero
2017-07-29Adding unexposed method to public contract (#22617)Gene Lee
2017-07-29Force connection pooling in SqlClient manual tests that rely on connection po...Cory Rivera
2017-07-27Fix SqlClient UapAot test failures caused by blocked reflection of internal t...Cory Rivera
2017-07-26Add helper function for retrieving SniContext enum names, since SniContext is...Cory Rivera
2017-07-25Move LocalDBNotSupportedOnUapTest to Functional tests, since it does not requ...Cory Rivera
2017-07-25Adding SqlConnectionStringBuilder.Enlist to public method contract (#22566)Gene Lee
2017-07-22Remove reflection from uap test (#22521)Dan Moseley
2017-07-22Update UAP pinvoke baselines (#22516)Paulo Janotti
2017-07-22Throw a PlatformNotSupported exception when trying to connect to LocalDB with...Cory Rivera
2017-07-20Re-enable IntegratedAuthConnectionTest, since the failures no longer repro on...Cory Rivera
2017-07-19Force System.Data.SqlClient.Tests to be built in chk mode for UapAot (#22419)Santiago Fernandez Madero
2017-07-19Adding error message for inaccessible SQL Server Browser (#22400)Gene Lee
2017-07-17Mark several System.Data types with 'partial' keyword (#22327)Egor Bogatov
2017-07-14Transaction code porting from Framwork for TransactionScope / TransactionBind...Gene Lee
2017-07-13Skip NonAzureNoProtocolConnectionTest on UAP, since the UseManagedSNI flag it...Cory Rivera
2017-07-13Fix SNI version issues in Named Pipes tests in SqlClient functional tests (#2...Cory Rivera
2017-07-11Making UAP SqlClient sni.dll independent (#21997)Saurabh Singh
2017-07-04Merge pull request #21836 from joperezr/uapvnextJose Perez Rodriguez
2017-07-04Renaming uap10.1 to uap10.0.15138Jose Perez Rodriguez
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-28Fix the three System.Data.SqlClient tests that were failing on arm due to sni...Jose Perez Rodriguez
2017-06-24Qualify table types with schema name (#21485)Saurabh Singh
2017-06-24Make Named Pipe test Windows Specific (#21480)Saurabh Singh
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-18Fixup instances of [ThreadStatic] in test codeHugh Bellamy
2017-06-18Fixup instances of [ThreadStatic] naming in product codeHugh Bellamy
2017-06-16Make several System.Data classes partial, remove ReadOnlyCollection.cs (#21132)Egor Bogatov
2017-06-15[System.Data] Move methods TraceExceptionWithoutRethrow and NotSupportedEnume...Egor Bogatov
2017-06-14Enable UAP Remote Execution for all tests (#21014)Tarek Mahmoud Sayed
2017-06-12Move DbConnectionOptions.cs to Common (#19808)Egor Bogatov
2017-06-12Add SqlCommandBuilder to SqlClient (#20883)Cory Rivera
2017-06-09Enable UWP build for SqlClient (#20786)Saurabh Singh
2017-06-09Add socket connectivity test in the Test TDS server (#20829)Saurabh Singh
2017-06-08Adding logs around TdsServer startup (#20789)Saurabh Singh
2017-06-08Improve test table cleanup in SqlClient ManualTests (#20790)Cory Rivera
2017-06-07Add query notification support to SqlClient (#20708)Cory Rivera
2017-06-06ActiveIssue a few more tests on ILC that are blocking ZBB. (#20720)Atsushi Kanamori
2017-06-05Update buildtools (#20651)Matt Ellis
2017-06-01Poring SqlSchemaInfoTest into .NET Core (#20513)Gene Lee
2017-05-27Fixing System.Data.SqlClient.ManualTesting tests and System.Data.SqlClient.St...Jose Perez Rodriguez
2017-05-27Add AdapterTest to SqlClient ManualTests (#20269)Cory Rivera
2017-05-26Add SqlDataRecordSet tests (#20367)Saurabh Singh