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
2015-05-29Updated .csproj files.Marcos Henrich
2015-05-12[System.ComponentModel.DataAnnotations] Remove unused typesMarek Safar
2015-03-17[genproj] Re-generated the class library projects.João Matos
2015-03-11[System.ComponentModel.DataAnnotations] Update test as validation attributes ...Marek Safar
2015-03-02[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to redu...Zoltan Varga
2015-02-27[build] Add dependency information for class libraries using a LIB_REFS varia...Zoltan Varga
2015-02-20Use more resource text strings from reference sourcesMarek Safar
2015-02-20[System.ComponentModel.DataAnnotations] Makefile clean-upMarek Safar
2015-02-03Remove obsolete profiles and profile checks from the build system.Alex Rønne Petersen
2015-01-13[build] Updated csproj files.Marcos Henrich
2014-12-04Remove 4.0 profileMarek Safar
2014-11-24[System.ComponentModel.DataAnnotations] Replace with .net implementationMarek Safar
2014-11-24Remove 2.0 profile csproj filesMarek Safar
2014-09-17Fix mobile and mobile_static profilesMichael Hutchinson
2014-05-25[build] the csproj files can now do a full class libraries buildMiguel de Icaza
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-05-15Merge pull request #1034 from joelmartinez/msdoc-import2Miguel de Icaza
2014-05-15[System.ComponentModel.DataAnnotations] Add UrlAttribute type.Marek Safar
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