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 (Collapse)Author
2018-05-04Add System.ComponentModel.Composition xunit testsEgorBo
2018-02-19[corlib] CoreRT System.Threading.Tasks (#6672)Egor Bogatov
2017-08-07[bcl] Specify the name of the key file on the command line instead of using ↵Zoltan Varga
the AssemblyKeyFile attribute for consistency and to make it easier to do path name manipulation on the file name. (#5316)
2017-05-09[bcl] Cleanup outdated csproj/sln files (#4806)Alexander Köplinger
They were either replaced by the autogenerated csproj files or just completely broken for years.
2015-03-03Rename Managed.Windows.Forms to System.Windows.Forms for consistency.Zoltan Varga
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: ↵Zoltan Varga
unifdef -t -DNET_2_0 -o <filename> <filename>.
2014-07-24[System.ComponentModel.Composition] Remove ReadOnlyDictionary. It's not used ↵Marek Safar
in 4.5 profile (it implements different interfaces compare to public ReadOnlyDictionary anyway)
2013-07-31Class libraries: introduce mobile_static profile, for MonoTouch-like static ↵Miguel de Icaza
builds, but not limited to iOS (WinStore, Kumpera did the work).
2013-06-07[System.ComponentModel.Composition]: Disable RefEmit classes on MonoTouch.Martin Baulig
2013-03-13Add System.ComponentModel.Composition.4.5 to the mobile build.Martin Baulig
2012-06-19Remove ToUpperInvariant in the 4.5 version of MEF to fix #5740Miguel de Icaza
2011-11-03Add 4.5 compatible MEFMarek Safar