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/v4.6.1
AgeCommit message (Collapse)Author
2018-11-09Updating reference assemblies with private struct fieldsHenric Müller
Updating 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1 and 4.7.2 reference assemblies, created with new GenAPI, to now include private struct fields as described in mono/mono#7859.
2017-11-09Move Mono-specific assemblies from netfx profiles to mono folderAlexander Köplinger
None of these ship with the .NET Framework, they're a Mono-specific artifact (either historically or deliberately): cscompmgd.cs -> seems to have some types from Microsoft.CSharp, probably unused? Microsoft.Web.Infrastructure.cs -> used for old ASP.NET MVC SMDiagnostics.cs -> old .NET assembly we could probably remove System.Json.cs -> JSON APIs from Silverlight System.Json.Microsoft.cs -> same as above but with MS implementation System.Net.Http.Formatting.cs -> used for old ASP.NET MVC System.Numerics.Vectors.cs -> contains new Vector APIs, we added it as an assembly instead of facade System.Reactive.Core.cs -> old copy of ReactiveX System.Reactive.Debugger.cs -> old copy of ReactiveX System.Reactive.Experimental.cs -> old copy of ReactiveX System.Reactive.Interfaces.cs -> old copy of ReactiveX System.Reactive.Linq.cs -> old copy of ReactiveX System.Reactive.Observable.Aliases.cs -> old copy of ReactiveX System.Reactive.PlatformServices.cs -> old copy of ReactiveX System.Reactive.Providers.cs -> old copy of ReactiveX System.Reactive.Runtime.Remoting.cs -> old copy of ReactiveX System.Reactive.Windows.Forms.cs -> old copy of ReactiveX System.Reactive.Windows.Threading.cs -> old copy of ReactiveX System.Threading.Tasks.Dataflow.cs -> TPL Dataflow APIs that were distributed as NuGet only on netfx System.Web.Http.cs -> used for old ASP.NET MVC System.Web.Http.SelfHost.cs -> used for old ASP.NET MVC System.Web.Http.WebHost.cs -> used for old ASP.NET MVC System.Web.Mvc.cs -> used for old ASP.NET MVC System.Web.Razor.cs -> used for old ASP.NET MVC System.Web.WebPages.cs -> used for old ASP.NET MVC System.Web.WebPages.Deployment.cs -> used for old ASP.NET MVC System.Web.WebPages.Razor.cs -> used for old ASP.NET MVC We can consolidate them into the mono folder.
2017-09-06Refresh assembliesAlexander Köplinger
2017-09-06Use common sources for Mono-specific assembliesAlexander Köplinger
Extract the logic for building the Mono assemblies into a separate directory instead of building in each .NET profile. Add Mono.Options.dll and Mono.C5.dll, they weren't consistently available in all profiles.
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.6.1] Add sources for 4.6.1 reference assembliesAlexander Köplinger
Copied from 4.6 since they're mostly identical.