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 (Collapse)Author
2017-12-22Add license headers. (#26009)Jon Hanna
Any *.cs file found without the usual license header has it added except: 1. Files that note they are auto-generated. 2. Files with a different header (unless it is very close to the usual, in which case adjust for typos and old versions). 3. FxCopBaseline.cs files.
2017-08-31Grammar check - "a [a,e]" rule. (#23697)Brian Chavez
* Grammar check - "a [a,e]" rule. * Corrected "a attributes" to "an attribute"
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
* Move AssertExtensions to Corefx.Private.TestUtilities * Update csprojs * Fix Linq.Expressions uapaot build
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to ↵Hugh Bellamy
AssertExtensions (#21455) * Registry * Collections * ComponentModel * Configuration * Data * Globalization * Drawing * Diagnostics * IO * Linq * Add System.Net param names in tests * Move ArgumentExceptions in System.Private.Xml to AssertExtensions * Add System.Reflection.* ArgumentException param names * Add param names for System.Runtime* ArgumentExceptions * Add ArgumentException param names to System.Security.* * Add ArgumentException param names to System.Text.* * Add param names to ArgumentExceptions in misc projects * Add System.Threading.* ArgumentException param names * Fix missing files * Fixes for unix and netfx * Fix more failures and revert a IdnaConformance tests to avoid merge conflicts with #21463
2017-05-10System.Transactions.Local.Tests now at 0 failures on ILC.Atsushi Kanamori
2017-04-19Skip two transactions tests on desktopStephen Toub
The tests are expecting a PlatformNotSupportedException, as it the operation isn't supported on core.
2017-04-18Bulk updates of tests for AssertExtensions (#18491)Daniel Harvey
Bulk update to AssertExtensions.Throws for AOT support. This doesn't disable Assert.Throws.
2017-03-10Update distributed transaction test blocking issue number from 16755 to ↵Qi Zhang
13532 for System.Transactions.Local. (#16931)
2017-03-08Cleanup disabled tests missing correct issue numbers (#16756)Jiayi Li
* Move a System.Collections test Just moves the test to a more derived test class. In its current location, it's unnecessarily getting run multiple times but without any variation. * 20170306 - Audit some active issues/v-lijiay * Remove Active Issue 16750 and change performancetest to [Benchmark], remove the link in Fact when it has activeissue. * The type or namespace name 'BenchmarkAttribute' could not be found, add using Microsoft.Xunit.Performance; * 20170306 - Audit some active issues/v-lijiay * Remove Active Issue 16750 and change performancetest to [Benchmark], remove the link in Fact when it has activeissue. * The type or namespace name 'BenchmarkAttribute' could not be found, add using Microsoft.Xunit.Performance;
2017-02-24Rename assembly to System.Transactions.Local.dllqizhanMS