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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-12[docs] documentation import for 'returns' elements.Joel Martinez
2014-05-12[docs] Import of additional member documentation that contain generic paramet...Joel Martinez
2014-05-12[docs] namespace documentation import.Joel Martinez
2014-04-28[docs] Import of Microsoft BCL Documentation.Joel Martinez
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2014-03-10docupdate: System.ComponentModel.DataAnnotations documentation updateJoel Martinez
2014-02-12[DataAnnotation.Validator] Add support for nullable types, patch from lmarinu...Miguel de Icaza
2014-01-16profiles: define xammac (Xamarin.Mac) profileAaron Bockover
2013-11-29Fixes buildMarek Safar
2013-10-08[System.ComponentModel.DataAnnotations] Implemented EmailAddressAttribute.IsV...Jeffrey Stedfast
2013-10-05Ignore some asserts since the validation were removedSebastien Pouliot
2013-10-05FixBuildMiguel de Icaza
2013-10-04This regex was wrong in the first place, and second, it uses CC code from Sta...Miguel de Icaza
2013-10-04Remove CodeProject licensed codeMiguel de Icaza
2013-08-26Reverted string.Format(CultureInfo.CurrentCulture, ..) change.Pablo Ruiz Garcia
2013-08-25Set correct author on test files.Pablo Ruiz Garcia
2013-08-25Some enhancements and additions to DataAnnotations, incluiding implemented of...Pablo Ruiz Garcia
2013-07-31Class libraries: introduce mobile_static profile, for MonoTouch-like static b...Miguel de Icaza
2013-07-23Do not include tests for AssociatedMetadataTypeTypeDescriptionProvider in MOB...Sebastien Pouliot
2013-07-02Update csproj filesMarek Safar
2013-03-13Add System.ComponentModel.DataAnnotations to the mobile build.Martin Baulig
2013-03-04Misc PCL-related API fixes.Martin Baulig
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-15Add System.ComponentModel.DataAnnotations/MinLengthAttribute.csMarek Safar
2013-02-11Implement FilterUIHintAttributeMarek Safar
2013-02-07Update csproj filesMarek Safar
2012-09-26Upadte csproj filesMarek Safar
2012-07-26Fix attribute argumentsMarek Safar
2012-07-20Set Length in MaxLengthAttribute ctorMarek Safar
2012-07-19Implement MaxLengthAttributeMarek Safar
2012-07-19Implement System.ComponentModel.DataAnnotations.Schema namespaceMarek Safar
2012-07-05Fix Order property to throw on no valueMarek Safar
2012-07-02Add missing attribute classesMarek Safar
2012-06-26Fix System.Core reference in VS projectsMarek Safar
2012-04-05Update csproj filesMarek Safar
2012-02-29Add MinimumLength when formattingGonzalo Paniagua Javier
2012-02-10Add VS project files for test projectMarek Safar
2012-02-09Update class library csproj filesMarek Safar
2011-12-29Fixes CS0168 in System.ComponentModel.DataAnnotationsQuickJack
2011-09-23Introduce separate .net 4.5 profileMarek Safar
2011-03-30[DataAnnotations] Implemented the Validator and CustomValidationAttribute 4.0...Marek Habersack
2011-02-13Add solution filesMiguel de Icaza
2011-01-27Implements System.ComponentModel.DataAnnotations.RegularExpressionAttributeAntoine Cailliau
2011-01-13[data-annotations] Added some missing 4.0 membersMarek Habersack
2010-12-10Base constructor method calls have to be staticMarek Safar
2010-10-25[API] Fix for bug: https://bugzilla.novell.com/show_bug.cgi?id=648888Pablo Ruiz Garcia
2010-08-31Add System.ComponentModel.DisplayAttributeDavid Stone
2010-08-21Implemented the StringLengthAttributeMarek Habersack
2010-08-21All ValidationAttribute and RangeAttribute 3.5 and 4.0 tests run without erro...Marek Habersack
2010-08-20Implemented the RangeAttribute class.Marek Habersack