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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-17Remove unnecessary redirects from app.config.Kirill Osenkov
2019-01-17Remove binding redirect for System.Runtime & friends.Kirill Osenkov
2019-01-16Sort app.configMikayla Hutchinson
2019-01-16Update some binding redirectsMikayla Hutchinson
2019-01-16Fix accidental SQLitePCLRaw downgradeMikayla Hutchinson
2019-01-16Update binding redirects in app.configMikayla Hutchinson
2019-01-16Remove redundant build infrastructureMikayla Hutchinson
The old autotools build infrastructure is largely redundant, as projects are now built with msbuild. Remove as much as can be done easily, along with some other obsolete stuff.
2019-01-14Remove binding redirect for System.IO.Compression.Kirill Osenkov
Add binding redirects for editor assemblies (needed by TypeScript, which still targets 15.0.0.0).
2019-01-13Suppress NuGet local copies unless explicitly listed in projectMikayla Hutchinson
NuGet's PrivateAssets="runtime" does not work, resulting in transitive references local copying their assemblies into every project. This works around that by filtering out all local copies that are not explictly listed. This also makes it much harder to accidentally introduce local copies, which is good as local copies in general are are not desirable due to the way that dlls are loaded by the extension system.
2019-01-13Remove binding redirect for System.Security.Cryptography.Algorithms.Kirill Osenkov
2019-01-13Update binding redirects.Kirill Osenkov
2019-01-11Fixup binding redirectstherzok
2019-01-09Merge master (08c57d8e22732deab1b0b5a4785d2a1ff54efb36) into ↵Kirill Osenkov
editor-merge-master.
2019-01-07Merge branch 'master' into editorMikayla Hutchinson
2018-12-29Update binding redirects for MS.VS.Threading.Kirill Osenkov
2018-12-20Fix wrong versiontherzok
2018-12-20Fix binding redirectstherzok
2018-12-12[NuGet] Downgrade to NuGet 4.8.0Matt Ward
Downgrade to NuGet 4.8.0.5385 Fixes VSTS #749807 - Fallback folders not used with ASP.NET Core project
2018-12-10[NuGet] Update to NuGet 4.9.0Matt Ward
Update NuGet to version 4.9.0.5658 Fixes VSTS #743959 - Bump VSMac to NuGet 4.8 or later
2018-10-18Add YamlDotNet binding redirectstherzok
Fixes VSTS #708456 - Missing binding redirect after yamldotnet bump
2018-10-18Fix this PKTtherzok
2018-10-18[Core] Add binding redirects for NuGet assembliestherzok
MonoDevelop.MSBuildEditor references nuget assemblies, so we need to add binding redirects in order for that to work Fixes VSTS #708240 - Missing binding redirects for NuGet.*
2018-09-26Fix binding redirect.Kirill Osenkov
2018-09-24Bump roslyn to latest 15.9 packagetherzok
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/670417
2018-09-06Looks like now that we're targeting 4.7.1 the binding redirects are no ↵Kirill Osenkov
longer necessary and we don't need to copy the dlls to output either. The simplest option appears to work.
2018-09-03Resolve System.IO.FileSystem and friends from 4.7.1 Facades.Kirill Osenkov
2018-09-03Possibly fix some binding redirect issues on windowsMarius Ungureanu
2018-09-03Bump System.Net.Httptherzok
2018-08-04Bump SRMtherzok
2018-08-04Bump System.Collections.Immutabletherzok
2018-08-03Add binding redirect for Microsoft.Diagnostics.Tracing.EventSource.dll.Kirill Osenkov
Looks like we ship 1.1.28.0 in the app bundle, but some .dlls reference a smaller version.
2018-06-21Merge pull request #5005 from mono/dev/kirillo/roslyn2.9Lluis Sanchez
Bump Roslyn to 2.9.0-beta4-63001-02
2018-06-20Clean up project filesMikayla Hutchinson
Remove redundant information, and make more information redundant by setting good defaults in the MD props. This lays some groundwork for the PackageConfig migration and eventually SDK-style project format migration.
2018-06-20Centralize the MD target framework versionMikayla Hutchinson
2018-06-19Bump Roslyn to 2.9.0-beta4-63001-02Kirill Osenkov
Prevent an unnecessary file copy to output.
2018-06-01Fix FCS Version number in app.confignosami
2018-06-01Update FCS binding redirectnosami
2018-05-30Add binding redirects for SQLite binaries to match the latest version.Kirill Osenkov
2018-03-24Update binary compat baseline and binding redirectnosami
2018-03-14Bump Roslyn to 2.8.0-beta2-62708-11 (#4101)Kirill Osenkov
* Bump Roslyn to 2.8.0-beta2-62708-11 * port persistent storage to 2.8 API * Update Roslyn binding redirects to 2.8.0.0. * Update VSMEF to 15.6. * Fix ProjectReference relative path. Fix Threading version. Fix threading binding redirect. * Temporarily comment out throwing on VSMEF composition errors. Pending Roslyn bug https://github.com/dotnet/roslyn/issues/25211 * Add C# 7.3 language version. * [C#] Reuse roslyn extensions for parsing string to language version * Fix compiler options unit test * Fixes issue #3436 Syntax highlighting regression https://github.com/mono/monodevelop/issues/3436#issuecomment-372545839 * Don't use persistent storage for an adhoc workspace * Log VSMEF errors to log file. * Log MEF errors individually.
2018-02-16Make dist2 (#3879)Marius Ungureanu
* Fix `make dist` (cherry picked from commit 7732445e89434e17ff1e0217a640d841b29d5fc9) * Don't strip assemblies from tarballs. It'll make distro packagers cry, but the tarballs will actually work. (cherry picked from commit b1820981f8acced4d4b721ce44ed5860ce8fb758) * Include case-sensitivity fix from NRefactory * Ensure BuildVariables.cs is up to date and in `make dist` tarballs
2018-02-12The Assembly version for FSharp.Core 4.3.3 is 4.4.3.0nosami
2018-02-06Bump FSharp.Core from 4.3.0 to 4.3.3nosami
2018-02-06F# Update FSharp.Core bindingRedirectsnosami
2017-12-22[Roslyn] Bump to VSWin 15.6 equivalent in vs-for-mac packagestherzok
2017-12-05Dev/kirillo/valuetuple440 (#3448)Kirill Osenkov
* Unify all System.ValueTuple references to 4.4.0. * Use the net40 System.ValueTuple.dll in net40 projects. * Don't use a netstandard reference. * Fix another reference. * Bump md-addins.
2017-11-16Merge pull request #3355 from mono/fix-520293Jason Imison
Fix 520293
2017-11-16Update binding redirect for FCSnosami
2017-11-16Fix issues in app.config files. (#3357)Kirill Osenkov
* Fix issues in app.config files.
2017-11-05Update Roslyn to 2.6.0 (#3228)Kirill Osenkov
* Update Roslyn to 2.6.0. * Add Microsoft.VisualStudio.Language.IntelliSense Roslyn EditorFeatures.dll currently depends on it.