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/mono
AgeCommit message (Collapse)Author
2018-05-18Remove Newtonsoft.Json APIs from System.Net.Http.Formatting (#7)Ankit Jain
- Also, remove 3 methods that referenced Newtonsoft.Json types - Also, updated mono/System.Net.Http.Formatting.dll. generated with: `make -C mono CSC="mono <path to mono>/external/roslyn-binaries/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.1.0/tools/csc.exe" .. based on https://github.com/mono/reference-assemblies/pull/7#pullrequestreview-121518925 . Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=23668
2018-01-15Add Obsolete message to ICSharpCode.SharpZipLib.dllAlexander Köplinger
Users should use the nuget package instead, we'll remove the assembly in Mono 6.0
2017-11-13[mono] Target 4.6 instead of 4.7Alexander Köplinger
So we don't accidentally introduce dependencies on newer APIs. We can't go lower because System.Numerics.Vectors has type forwarders to types introduced in 4.6.
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-07Add ReferenceAssemblyAttribute to Mono.C5 and Mono.OptionsAlexander Köplinger
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.