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-12-18Sync vs-editor-api and adopt code to changesDavid Karlaš
2019-12-05Sync with vs-editor-core changesDavid Karlaš
2019-11-25Merge pull request #9345 from mono/bump-minimum-versionLluis Sanchez
Minimum supported OS should be 10.13
2019-11-21Bump Roslyn to 3.4.0-beta4-19568-04Joey Robichaud
2019-11-16Also bump msbuild propMarius Ungureanu
2019-11-15Bump Roslyn to 3.4.0-beta4-19562-05Sandy Armstrong
2019-11-08Bump Roslyn to 3.4.0-beta4-19556-02Sandy Armstrong
https://github.com/dotnet/roslyn/compare/b8a5611...24c9587?w=1
2019-11-08Bump Roslyn to 3.4.0-beta3-19525-13Sandy Armstrong
https://github.com/dotnet/roslyn/compare/7c7708e...b8a5611?w=1
2019-10-25Revert "Merge pull request #8999 from mono/csproj-cleanups"therzok
This reverts commit 152bf0867f774e2fdaa10adac063ccb1bbd31ca2, reversing changes made to dac8bfc938917ab62c43b7fa4d705a550facc814.
2019-10-20Add platform properties for each OS platformtherzok
2019-10-18Bump Roslyn to 3.4.0-beta3-19518-02David Barbet
2019-10-18Bump Roslyn to 3.4.0-beta2-19476-01Sandy Armstrong
2019-09-25Bump Roslyn to 3.4.0-beta1-19462-14Joey Robichaud
2019-09-17Merge pull request #8626 from mono/Therzok-patch-1Marius Ungureanu
Minimum supported macOS is 10.12 now in the stub launcher makefiles
2019-09-07Bump Roslyn to 3.3.1-beta3-19454-05Sandy Armstrong
https://github.com/dotnet/roslyn/compare/c82648d...3b423bd
2019-09-06vs-editor-api: fix project item importsAaron Bockover
2019-09-04Minimum supported macOS is 10.12 now in the stub launcher makefilesMarius Ungureanu
2019-08-29Bump Roslyn to 3.3.1-beta3-19426-02Joey Robichaud
2019-08-28Update roslyn version to 3.3.0-beta3-19415-01Andy Gocke
2019-08-13[Windows] Some fixes to assembly referencesMarius Ungureanu
2019-08-07Update Roslyn to 3.3.0-beta2-19401-05Andrew Hall
2019-08-02Build: Move Roslyn version to separate props fileSandy Armstrong
2019-07-30Merge pull request #8275 from mono/pr-sandy-vsea-varsAaron Bockover
Build: Use a property to access the vs-editor-api directory
2019-07-29Build: Use a property to access the vs-editor-api directorySandy Armstrong
This should make it easier for us to have all vs-editor-api references point to vs-editor-core when available. There are some blockers to that change, so for now just take this one preparatory step.
2019-07-29[MSBuild] Specify exact version for System.IO.CompressionManish Sinha
2019-07-26[MSBuild] Explicity add System.IO.Compression for msbuild .NET 4.7.2 target ↵Manish Sinha
framework
2019-07-26[MSBuild] Bump MSBuild Tasks to target .NET 4.7.2Manish Sinha
2019-07-17Editor: add Imaging.csprojAaron Bockover
2019-06-29Fix Windows build.Kirill Osenkov
2019-06-21Add IVT to the new WebEditors addin. (#7959)Kirill Osenkov
It uses the Microsoft public key, so we can't just use the MSBuild InternalsVisibleTo item, because it presupposes the MonoDevelop public key. Also fix Windows build while i'm at it.
2019-06-14Bump C# language version to 8.0 (#7890)Marius Ungureanu
2019-06-13Bump Roslyn to 3.2.0-beta4-19312-10Sandy Armstrong
2019-05-23Update the VS Editor NuGets to 16.1 when building on Windows. (#7640)monojenkins
This matches what Roslyn 3.1 is using. We need this for ToggleLineCommentCommandArgs that was added in 16.1. Note that NuGetVersionVSEditor is not used by the build on Mac. Also having an IncludeCopyLocal item that doesn't exist is fine, as evidenced by the removal of Microsoft.Microsoft.CodeAnalysis.Workspace.dll item. All other edited files are Windows specific.
2019-05-21Fix casing errorJo Shields
2019-05-08[Core] Fix build with .NET Core 3.0 preview5 installedRodrigo Moya
.NET Core NuGet resolver expects a NuGetPackageId set for every reference from a NuGet package, so cheat it by adding it. See https://github.com/dotnet/core-sdk/issues/1904
2019-05-06Add property to signal xamarin.mac analyzertherzok
This new property is supported now in the macios API analyzer, and is used to detect when we don't have a PList in the project. Fixes VSTS #833279 - Run MacCoreApiIssue Analyzer for MonoDevelop and Addins
2019-04-04Finish porting the debugger to vs-editor-apiAaron Bockover
2019-04-04Migrate from vs-editor-core back to vs-editor-apiSandy Armstrong
2019-03-12Build: Add InfoBar.csproj from vs-editor-coreSandy Armstrong
2019-02-27Don't local copy libe_sqlite for every projecttherzok
2019-02-22Integrate CurrentLineHighlighterDavid Karlaš
2019-02-18Copy Find.Implementation.dll locally.Kirill Osenkov
2019-02-18Add WpfFindPresenter.Kirill Osenkov
2019-02-15Integrated Whitespace support in new editorDavid Karlaš
2019-02-14Skip collecting extension content files when there isn't anyMikayla Hutchinson
2019-02-14Switch tasks to a projectMikayla Hutchinson
RoslynCodeTaskFactory had various issues, sometimes erroring out or not caching the results
2019-02-08Get rid of spurious NU1108 errors in VSMikayla Hutchinson
2019-02-07Fix word selection when double clicking on word in codeDavid Karlaš
2019-02-01Bump VS Editor to latest on Windows. (#138)Kirill Osenkov
2019-01-30FilterLocalCopyReferences: Fix including AndroidDeviceManager.Resources.dllSandy Armstrong