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

github.com/mono/reference-assemblies.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-30Regenerate assemblies based on new sourcesAlexander Köplinger
2017-03-30Add missing typeforwarders to assemblies/facadesAlexander Köplinger
Also remove ones that are not in the .NET reference assemblies
2017-03-30Remove facades that are not in .NET reference assembliesAlexander Köplinger
Also remove ValueTuple that was inadvertently added.
2017-03-30Fix version numbers in assemblies/facadesAlexander Köplinger
2017-03-30Add top-level convenience MakefileAlexander Köplinger
Also change the other Makefiles so assemblies don't depend on the Makefile and bare/.stamp as it'd cause needless rebuilds in cases where the repo is freshly checked out.
2017-03-30[v4.5.2] Update APIs to match .NET 4.5.2 reference assembliesAlexander Köplinger
2017-03-30[v4.5.2] Add sources for 4.5.2 reference assembliesAlexander Köplinger
Copied from 4.5.1 since they're mostly identical.
2017-03-30[v4.5.1] Update APIs to match .NET 4.5.1 reference assembliesAlexander Köplinger
2017-03-30[v4.5.1] Add sources for 4.5.1 reference assembliesAlexander Köplinger
Copied from 4.5 since they're mostly identical.
2017-03-30[v4.5] Update APIs to match .NET 4.5 reference assembliesAlexander Köplinger
2017-03-30[v4.6.2] Update APIs to match .NET 4.6.2 reference assembliesAlexander Köplinger
2017-03-30[v4.6.2] Add sources for 4.6.2 reference assembliesAlexander Köplinger
Copied from 4.6.1 since they're mostly identical.
2017-03-30[v4.6.1] Update APIs to match .NET 4.6.1 reference assembliesAlexander Köplinger
2017-03-30[v4.6.1] Add sources for 4.6.1 reference assembliesAlexander Köplinger
Copied from 4.6 since they're mostly identical.
2017-03-30[v4.6] Add ReferenceAssemblyAttribute to all assembliesAlexander Köplinger
2017-03-30[v4.6] Update APIs to match .NET 4.6 reference assembliesAlexander Köplinger
2017-03-30[v4.6] Tweak the sources with ifdefs to deal with cyclic buildAlexander Köplinger
2017-03-30[v4.6] Manually add missing attributes and classesAlexander Köplinger
The attributes either reference internal types so GenAPI doesn't generate the referenced types or in case of StructLayout with LayoutKind=Auto GenAPI can't infer it. We also need to add a stub Mono.Cecil.dll to break the dependency in Mono.Debugger.Soft.dll
2017-03-30[v4.6] Fix errors in generated sourcesAlexander Köplinger
Postponed fixing these in GenAPI for now as it looks involved.
2017-03-30[v4.6] Added sources for v4.6 reference assembliesAlexander Köplinger
2017-03-30[v4.6] Added Makefile for building v4.6 reference assembliesAlexander Köplinger
2017-03-30[v4.0] Tweak the sources with ifdefs to deal with cyclic buildAlexander Köplinger
2017-03-30[v4.0] Manually add missing attributes and classesAlexander Köplinger
The attributes either reference internal types so GenAPI doesn't generate the referenced types or in case of StructLayout with LayoutKind=Auto GenAPI can't infer it.
2017-03-30[v4.0] Fix errors in generated sourcesAlexander Köplinger
Postponed fixing these in GenAPI for now as it looks involved.
2017-03-30[v4.0] Added sources for v4.0 reference assembliesAlexander Köplinger
2017-03-30[v4.0] Added Makefile for building v4.0 reference assembliesAlexander Köplinger
Remove Npgsql since we no longer ship it.
2017-03-30[v3.5] Fix errors in generated sourcesAlexander Köplinger
2017-03-30[v3.5] Added sources for v3.5 reference assembliesAlexander Köplinger
2017-03-30[v3.5] Added Makefile for building v4.5 reference assembliesAlexander Köplinger
2017-03-30[v2.0] Tweak the sources with ifdefs to deal with cyclic buildAlexander Köplinger
2017-03-30[v2.0] Manually add missing attributes and classesAlexander Köplinger
The attributes either reference internal types so GenAPI doesn't generate the referenced types or in case of StructLayout with LayoutKind=Auto GenAPI can't infer it.
2017-03-30[v2.0] Fix errors in generated sourcesAlexander Köplinger
Postponed fixing these in GenAPI for now as it looks involved.
2017-03-30[v2.0] Added sources for v2.0 reference assembliesAlexander Köplinger
2017-03-30[v2.0] Added Makefile for building v2.0 reference assembliesAlexander Köplinger
Remove Npgsql since we no longer ship it.
2017-03-20[v4.5] Tweak the sources with ifdefs to deal with cyclic buildAlexander Köplinger
2017-03-20[v4.5] Manually add missing attributes and classesAlexander Köplinger
The attributes either reference internal types so GenAPI doesn't generate the referenced types or in case of StructLayout with LayoutKind=Auto GenAPI can't infer it. The types in System.ServiceModel.Internals.dll are forwarded to from System.Runtime.DurableInstancing.dll but GenAPI doesn't generate them because they're internal.
2017-03-20[v4.5] Fix errors in generated sourcesAlexander Köplinger
Postponed fixing these in GenAPI for now as it looks involved.
2017-03-20[v4.5] Added sources for v4.5 reference assembliesAlexander Köplinger
2017-03-20[v4.5] Added Makefile for building v4.5 reference assembliesAlexander Köplinger
2016-08-17Remove one test assemblyMarek Safar
2016-08-17Add ReferenceAssemblyAttribute to all 4.* referencesMarek Safar
2016-08-05Remove v4.5/Mono.Cecil.Mdb.dll as we never installed itMarek Safar
2016-02-01Add v4.5 facadesMarek Safar
2015-07-15Add v4.5 reference assembliesMarek Safar
2015-04-06Merge pull request #1 from akoeplinger/add-net20-and-net35-assembliesRodrigo Kumpera
Add v2.0 and v3.5 reference assemblies
2015-03-25Add v2.0 and v3.5 reference assembliesAlexander Köplinger
The assemblies were taken from the Mono 3.12 release and stripped using mono-cil-strip.
2014-12-08Add readmeMarek Safar
2014-12-08Mono v4.0 reference assembliesMarek Safar