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-10[UnitTesting] Fix VS Test discovery failingMatt Ward
Downgraded VS Test from 16.4 to 16.2. The 16.4 version fails to discover tests. Test Discovery Console window has the error: Microsoft.VisualStudio.TestPlatform.ObjectModel.TestPlatformException: Testhost process exited with error: The application to execute does not exist: '' The more recent VS Test seems to not find the testhost.dll causing test discovery to fail. https://github.com/microsoft/vstest/issues/2260 VS Test 16.2 is used by .NET Core 3.1 SDK. Fixes VSTS #1030325 - VS Test discovery fails
2019-12-02Update the version of NuGetVersionMicrosoftTestPlatform to 16.4.0Keting Yang
2019-11-01[Ide] Update dotnet templating engineMatt Ward
Update to version 3.0.0-rc1.19464.2 Fixes VSTS #999874 - New Blazor project has template sections which haven't been processed
2019-10-04Bump Newtonsoft to 12.0.2Rodrigo Moya
2019-08-27[NuGet] Update NuGet to version 5.3.0-rtm.6192Matt Ward
Matches the version included with MSBuild in Mono 6.4.0.179 Fixes VSTS #972633 Update NuGet to 5.3.0-rtm.6192 to match mono's msbuild
2019-08-13Directory.Build.props: Remove NuGetVersionRoslynSandy Armstrong
This property has moved to its own props file. It was accidentally restored here via bad merge/rebase in https://github.com/mono/monodevelop/pull/8201, causing the version in the props file to be overridden.
2019-08-09Revert the .net core debugger bumpnosami
2019-08-09[Debugger] Bump VS Code debugger protocolRodrigo Moya
2019-08-02Build: Move Roslyn version to separate props fileSandy Armstrong
2019-07-31Merge pull request #8271 from mono/pr-ryzngard-roslyn-3.3.0-beta2-19374-02Sandy Armstrong
Bump Roslyn to 3.3.0-beta2-19374-02
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-26Bump Roslyn to 3.3.0-beta2-19374-02Andrew Hall (METAL)
2019-07-16Bump Roslyn to 3.3.0-beta1-19360-03Joey Robichaud
2019-07-11Bump Roslyn to 3.2.0-beta4-19359-03Rikki Gibson
2019-07-09[NuGet] Update to NuGet 5.2Matt Ward
Update to NuGet 5.2.0.6067 Moved the NuGet package version to Directory.Build.props to make it easier to update. Fixes VSTS #941248 Update to NuGet 5.2
2019-06-26Bump Roslyn to 3.2.0-beta4-19324-01Rikki Gibson
Updating roslyn to [2768eee](https://www.github.com/dotnet/roslyn/commit/2768eeeb2f449f768fe5233291dec940441b7f4f) Changes since [09ead1c](https://www.github.com/dotnet/roslyn/commit/09ead1c8036683f2939e9bc22508a33c1ea6c8bd) - [[master] Update dependencies from dotnet/arcade (#36651)](https://www.github.com/dotnet/roslyn/pull/36651) - [Merge pull request #36671 from sharwell/update-analyzers-easy](https://www.github.com/dotnet/roslyn/pull/36671) - [Merge pull request #36500 from ericmutta/patch-1](https://www.github.com/dotnet/roslyn/pull/36500) - [added NFW to get some data on incremental parsing bug where source si. (#36620)](https://www.github.com/dotnet/roslyn/pull/36620) - [Honor Disallow/AllowNull and Maybe/NotNull on properties (#36444)](https://www.github.com/dotnet/roslyn/pull/36444) - [Merge pull request #36584 from sharwell/feature-service](https://www.github.com/dotnet/roslyn/pull/36584) - [Use the arcade toolset project to build in determinism (#36623)](https://www.github.com/dotnet/roslyn/pull/36623) - [Wire NullableWalker snapshotting to the public SpeculativeSemanticModel apis (#36563)](https://www.github.com/dotnet/roslyn/pull/36563) - [Merge pull request #36605 from jasonmalinowski/add-tests-for-generate-type](https://www.github.com/dotnet/roslyn/pull/36605) - [Add nullable to IntroduceVariableService (#36416)](https://www.github.com/dotnet/roslyn/pull/36416) - [Merge pull request #36607 from sharwell/fix-test](https://www.github.com/dotnet/roslyn/pull/36607) - [Merge pull request #36459 from jasonmalinowski/fix-code-generation-helpers](https://www.github.com/dotnet/roslyn/pull/36459) - [Don't complete statement when typing semicolon inside comments in an argument list (#36521)](https://www.github.com/dotnet/roslyn/pull/36521) - [Add 'annotations' and 'warnings' support to nullable directive (#36464)](https://www.github.com/dotnet/roslyn/pull/36464) - [Fixed IDE services touching `notnull` constraint (#36508)](https://www.github.com/dotnet/roslyn/pull/36508) - [Merge pull request #36586 from chborl/MoveCaretCheck](https://www.github.com/dotnet/roslyn/pull/36586) - [Update compiler toolset to arcade version (#36549)](https://www.github.com/dotnet/roslyn/pull/36549) - [Do not include value types in NullableAttribute byte[] (#36519)](https://www.github.com/dotnet/roslyn/pull/36519) - [Merge pull request #36551 from sharwell/timeout-replacetext](https://www.github.com/dotnet/roslyn/pull/36551) - [Merge pull request #36366 from sharwell/order-naming-rules](https://www.github.com/dotnet/roslyn/pull/36366) - [Merge pull request #27942 from sharwell/isolate-editorconfig](https://www.github.com/dotnet/roslyn/pull/27942) - [Change `??=` for nullable value types as specified in LDM (#36329)](https://www.github.com/dotnet/roslyn/pull/36329) - [Merge pull request #36534 from heejaechang/addCompletionStatementTelemetry](https://www.github.com/dotnet/roslyn/pull/36534) - [Merge pull request #36523 from jasonmalinowski/fix-shared-project-non-fatal-watson](https://www.github.com/dotnet/roslyn/pull/36523) - [Revert 35746 (#36512)](https://www.github.com/dotnet/roslyn/pull/36512) - [Fix stack overflow in requesting syntax directives (#36347)](https://www.github.com/dotnet/roslyn/pull/36347) - [crash on ClassifyUpdate for EventFields (#35962)](https://www.github.com/dotnet/roslyn/pull/35962) - [Merge pull request #36517 from jasonmalinowski/fix-typeinferer-crash-with-method-inference](https://www.github.com/dotnet/roslyn/pull/36517) - [Merge pull request #36088 from avodovnik/dev/anvod/exclusivecompletion](https://www.github.com/dotnet/roslyn/pull/36088) - [Disable move type when the options service isn't present (#36334)](https://www.github.com/dotnet/roslyn/pull/36334) - [Merge pull request #36494 from YairHalberstadt/use-compound-assignment-not-suggested-when-right-hand-is-throw-expression](https://www.github.com/dotnet/roslyn/pull/36494) - [Fix parsing bug in invalid using statements (#36428)](https://www.github.com/dotnet/roslyn/pull/36428) - [Merge pull request #36458 from jasonmalinowski/fix-use-local-function](https://www.github.com/dotnet/roslyn/pull/36458) - [Merge pull request #36470 from sharwell/fix-config](https://www.github.com/dotnet/roslyn/pull/36470)
2019-06-18Bump Roslyn to 3.2.0-beta4-19317-08Joey Robichaud
2019-06-18Bump to new MD analyzer nuget (#7921)Marius Ungureanu
* Bump to new MD analyzer nuget Exception handlers considered empty will trigger a build and edit-time warning. Fixes VSTS #774649 - SDL - Validate all new code is free of 'swallow everything' exception handlers * Fix a few warnings surfaced as errors * Fixup
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-21Bump Roslyn to 3.1.0-beta4-19261-04Sandy Armstrong
2019-05-08Bumping roslyn, and fixing incompatibilitiesAnže Vodovnik
2019-05-08Bumping Roslyn to align with Dev16.1p1. This fixes a regression with Suffix ↵Anže Vodovnik
not being surfaced.
2019-04-12Revert "Merge pull request #494 from xamarin/pr-anvod-completion-suffix"Aaron Bockover
This reverts commit 2a7b392aa8c42e34df5b26205fd298202acc4124, reversing changes made to 80d3109fe8ce9a13cc72e7de489878ecc10f9857.
2019-04-05Bumping Roslyn to align with Dev16.1p1. This fixes a regression with Suffix ↵Anže Vodovnik
not being surfaced.
2019-04-04MonoDevelop.TextEditor.Cocoa: Build as part of md-addinsSandy Armstrong
The base MonoDevelop.TextEditor add-in is still built as part of MonoDevelop so that its extension points can be easily referenced by other add-ins. The new Cocoa editor only builds as part of md-addins, though.
2019-03-08Bump Roslyn to 3.0.0-beta4-19157-04Sandy Armstrong
2019-03-01Bump Roslyn to 3.0.0-beta4-19128-02Sandy Armstrong
This gets us https://github.com/dotnet/roslyn/pull/33666. Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/800832
2019-02-22Bump Roslyn to 3.0.0-beta4-19121-07Sandy Armstrong
Fixes: https://github.com/dotnet/roslyn/issues/32940 Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/769260 Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/772480
2019-02-05Bump Roslyn to 3.0.0-beta3-19105-04Sandy Armstrong
Latest in https://github.com/dotnet/versions/blob/master/build-info/dotnet/roslyn/dev16.0p3/Latest_Packages.txt today.
2019-02-01Bump VS Editor to latest on Windows. (#138)Kirill Osenkov
2019-01-11Partially switch remaining projects to csprojMikayla Hutchinson
These all have some kind of custom NuGet asset copying step that will require additional logic.
2019-01-11Centralize some more package versionsMikayla Hutchinson
2019-01-11Remove Roslyn props now it's transitiveMikayla Hutchinson
2019-01-11[Core] Switch back to mac-specific editor assembliesMikayla Hutchinson
2019-01-11Track Roslyn 3.0.0-beta2-19055-09 upgrade in editorMikayla Hutchinson
2019-01-07Merge branch 'master' into editorMikayla Hutchinson
2018-11-30Introduced MonoDevelop.TextEditor.Cocoa.csproj and ↵David Karlaš
MonoDevelop.TextEditor.Shared.shproj
2018-11-12Bump to weed out some false positivestherzok
2018-11-12[Dev] Add analyzer which picks up strings which should be localizedtherzok
Also fix up instances of said strings throughout the codebase. First version is really robust: * Only offers GettextCatalog.GetString as an option * Only works on Gtk.Widget and special cased functions Future versions will provide: a) Configuration of catalog via attribute b) Cocoa/Atk support c) Detection of string.Format patterns. Fixes VSTS #683875 - Enable MD specific analyzers in the repository and build
2018-11-12Merge pull request #6376 from mono/bump-roslynLluis Sanchez
Bump roslyn
2018-11-05[Core] Add Analyzers to be used in the MD buildtherzok
ClrHeapAllocationAnalyzer that is enabled behind an env var, because of a few reasons: a) the analyzer is verbose b) the analyzers shows warnings for most cases, so the build will fail when WarnAserror is true ErrorProne.Net.Structs which helps with struct APIs. Fixes VSTS #719111 - Enable RoslynClrHeapAnalyzer behind an env var Fixes VSTS #719110 - Add ErrorProne.NET analyzers to Main.sln
2018-11-02Bump roslyntherzok
Brings in fix for multi-line code fix at caret. https://github.com/dotnet/roslyn/compare/750236a7562d8fd0d5efe311c52ae0703093165f...45b371170fd8f9f3e9c14ea2a71d17db9469f8b7
2018-09-24Bump roslyn to latest 15.9 packagetherzok
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/670417
2018-09-19Simplify references to Gtk assemblies.Kirill Osenkov
2018-08-21Update VS Editor to 15.8.Kirill Osenkov
Delete unused QuickInfo code (will use from Editor .dll when we switch our Tooltips to VS QuickInfo). Implement ITextView2 and integrate IMultiSelectionBroker. Correct usage of IFileToContentTypeService. Bump VSEditor NuGet to 15.2.2-pre.
2018-08-04Bump roslyn to latest 15.8 beta packagetherzok
2018-06-19Bump Roslyn to 2.9.0-beta4-63001-02Kirill Osenkov
Prevent an unnecessary file copy to output.
2018-05-30Bump roslyntherzok
Changeset: https://github.com/dotnet/roslyn/compare/1580ae00eb7cfd656106005e854c9eb202a83fa7...7aafab561e449da50712e16c9e81742b8e7a2969
2018-04-02Bump Roslyn and VSEditortherzok
Roslyn is included for an IVT fix Roslyn also bumped VSEditor