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
path: root/src
AgeCommit message (Collapse)Author
2017-03-30Fix version numbers in assemblies/facadesAlexander Köplinger
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.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[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[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-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