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-12-28"Don't directly throw Exception" System.ComponentModel.TypeConverter (#26050)Marco Rossignoli
2017-12-11Fix ArgumentNullException in case of IValidatableObject returns null (#25693)Zhukov Maxim
2017-11-17System.ComponentModel.Annotations Refactoring (#23816)Jon Hanna
2017-11-14Add rd.xml to System.ComponentModel.Annotations (#25227)David Wrighton
2017-11-09Allow DisplayAttribute on Class declarations (#24923)Bruno Lins de Oliveira
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-10-16Update SupportedFrameworks to netcoreapp2.1 for some packagesWes Haggard
2017-10-04Revert bad PR that was merged to soon (#24412)Arthur Vickers
2017-09-19Data-annotations length fix (#24101)Shimmy
2017-09-15ICollection<T> support in MinLengthAttribute and MaxLengthAttribute (#23664)Shimmy
2017-09-06Merge pull request #23581 from JonHanna/annotation_refactorlajones
2017-09-01Fix library packages overlapping with framework packagesEric St. John
2017-08-30XML doc spelling corrections - D through H. :shower: (#23638)Brian Chavez
2017-08-27Remove unused usings.Jon Hanna
2017-08-27Use expression-bodied properties and methods throughout.Jon Hanna
2017-08-27Don't check to avoid redundant write to LocalizableString.ValueJon Hanna
2017-08-27Remove CompareAttribute.IsPublicJon Hanna
2017-08-27Remove unused parameter on private method.Jon Hanna
2017-08-27Make field readonly.Jon Hanna
2017-08-27Use GetValueOrDefault rather than Value when known that HasValueJon Hanna
2017-08-27Auto-properties get-only where appropriate.Jon Hanna
2017-08-27Properties to auto-properties where possible.Jon Hanna
2017-08-27Remove unnecessary this. qualifications.Jon Hanna
2017-08-27Fix parameter reference in XML documentation.Jon Hanna
2017-08-27Use null propagation where appropriate.Jon Hanna
2017-08-27Test multiple validation errors can be returned from same call.Jon Hanna
2017-08-27Check ValidationException throws PSNE on .NET Core serialisation.Jon Hanna
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
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-27Merge pull request #20934 from hughbe/componentmodel-annotations-testslajones
2017-06-26Use arrow property (#21561)Jonathan
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-20Add Corefx.Private.Test.Utilities solution (#21254)Hugh Bellamy
2017-06-20Update namingHugh Bellamy
2017-06-19Fixup weird Array casting dead code in Min/MaxLengthAttributeHugh Bellamy
2017-06-19Remove some dead code in System.ComponentModel.AnnotationsHugh Bellamy
2017-06-19Add System.ComponentModel.Annotations testsHugh Bellamy
2017-06-19Merge pull request #21031 from hughbe/componentmodel-compare-casedDan Moseley
2017-06-16Cleanup and increase coverage of DisplayFormatAttribute (#20933)Hugh Bellamy
2017-06-14Fix netfx compat bug for cased properties in CompareAttributeHugh Bellamy
2017-06-07Adding the possibility to use resources for the property NullDisplayText in D...Ermiar
2017-05-25ISerializable cleanup (#20220)Morgan Brown
2017-05-17Merge pull request #19842 from ericstj/incrementVersionsGaurav Khanna
2017-05-17Scale back [Serializable] CoreFX types (#19742)Morgan Brown
2017-05-17Increment versions post 2.0Eric St. John
2017-05-15Fix a bunch of random test failures on ILC (#19758)Atsushi Kanamori