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-09-04Updated reference to md-addins@6ce8c45monodevelop-8.2.5.42Vsevolod Kukol
2019-08-30Updated reference to md-addins@fdc945bVsevolod Kukol
2019-08-29Merge pull request #8573 from mono/backport-pr-8470-to-release-8.2-xcode11Lluis Sanchez
[release-8.2-xcode11] [AutoTest] Add logging in NSObjectResult.SetActiveRuntime to trace source of NRE
2019-08-29[AutoTest] SetActiveRuntime: Filter out seperatorsManish Sinha
2019-08-29[AutoTest] Flatten all the IRuntimeModel child heirarchy into single enumerableManish Sinha
2019-08-29[AutoTest] Add logging in NSObjectResult.SetActiveRuntime to trace source of NREManish Sinha
2019-08-27Updated reference to md-addins@2dd7020Vsevolod Kukol
2019-08-27Merge remote-tracking branch 'origin/pr-kirillo-vsideNuGet-8.2' into ↵Vsevolod Kukol
release-8.2-xcode11
2019-08-27Merge remote-tracking branch 'origin/release-8.2' into release-8.2-xcode11Vsevolod Kukol
2019-08-22Updated reference to xamarin/md-addins@1cf04a6monodevelop-8.2.5.5vsevolod.kukol
2019-08-22Merge pull request #8361 from mono/backport-pr-8281-to-release-8.2Vsevolod Kukol
[release-8.2] [Project] Change the default DotNetProject platform to anycpu
2019-08-22Merge pull request #8375 from mono/jstedfast-breakpoint-resolver-nre-8.2Vsevolod Kukol
[8.2][Debugger] Protect against null document text buffers
2019-08-21Updated reference to xamarin/md-addins@12c3065monodevelop-8.2.4.45Vsevolod Kukol
2019-08-21Updated reference to xamarin/md-addins@b30dc5aVsevolod Kukol
2019-08-21Bump versionVsevolod Kukol
2019-08-20Merge remote-tracking branch 'origin/release-8.2' into release-8.2-xcode11Vsevolod Kukol
2019-08-16Merge pull request #8437 from mono/backport-pr-8360-to-release-8.2Vsevolod Kukol
[release-8.2] Fixes VSTS Bug 959146: System.NullReferenceException exception in
2019-08-16Updated reference to xamarin/md-addins@9f2598bmonodevelop-8.2.4.17sandy
2019-08-16Also remove the roslyn-for-vs-for-mac feed.Kirill Osenkov
2019-08-16Move to the new public feeds for vssdk and vs-impl.Kirill Osenkov
Old vside.myget.org feeds will be decommissioned soon.
2019-08-15Fixes VSTS Bug 959146: System.NullReferenceException exception in ↵Mike Krüger
Mono.TextEditor.Utils.TextBreaker.BreakLinesIntoWords() https://devdiv.visualstudio.com/DevDiv/_workitems/edit/959146 I can't find the cause of it. I checked the parameters of BreakLinesIntoWords now. The diff must be out of sync with the text document that should now not happen, it's checked before paint that the versions match. In any case that implementation is more solid.
2019-08-15Merge pull request #8431 from mono/release-8.2-vsts963968Vsevolod Kukol
[release-8.2] Bug 963968: Avoid deleting user content by accident (svn checkout, maybe others) #8413
2019-08-15Merge pull request #8355 from mono/backport-pr-8354-to-release-8.2Vsevolod Kukol
[release-8.2] Fixes VSTS Bug 961599: [Feedback] Visual Studio crashes/exists when
2019-08-15Merge pull request #8196 from mono/backport-pr-8195-to-release-8.2Vsevolod Kukol
[release-8.2] Fixes VSTS FeedbackTicket 943824: Diff Incorrect
2019-08-15Merge pull request #8339 from mono/backport-pr-8338-to-release-8.2Vsevolod Kukol
[release-8.2] [Ide] Run all WelcomePageService operations on main UI thread
2019-08-15[Code] Added some changes to AssertCanDeleteDirectory.Mike Krüger
+ renamed parameter + docs + added some test cases
2019-08-15[UnitTests] Added more FileService unit tests.Mike Krüger
2019-08-15[Core] Fix FilePath.IsChildPathOf on WindowsVsevolod Kukol
2019-08-15[Core] Check with alternative path separator when testing child FilePathVsevolod Kukol
detection
2019-08-15[Core] Use CanonicalPaths in AssertCanDeleteDirectory.Mike Krüger
2019-08-15Fixes VSTS Bug 963968: Avoid deleting user content by accident (svnMike Krüger
checkout, maybe others) https://devdiv.visualstudio.com/DevDiv/_workitems/edit/963968
2019-08-15[VersionControl] Directory removal is now checked.Mike Krüger
2019-08-15[Ide] Invoke all WelcomePageService events on UI threadVsevolod Kukol
2019-08-15[Ide] AssertMainThread when calling sync ShowWelcomePage and HideWelcomePageVsevolod Kukol
2019-08-15[Ide] Run all WelcomePageService operations on main UI threadVsevolod Kukol
Fixes VSTS #957299
2019-08-14Bump versionVsevolod Kukol
2019-08-12Updated reference to xamarin/md-addins@a3fbe91vsevolod.kukol
2019-08-09[Debugger] Protect against null document text buffersJeffrey Stedfast
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/953602
2019-08-09Updated reference to xamarin/md-addins@67f0267monodevelop-8.2.3.16marius.ungureanu
2019-08-08Fixes VSTS Bug 961599: [Feedback] Visual Studio crashes/exists when ↵Mike Krüger
attempting to commit to Git https://devdiv.visualstudio.com/DevDiv/_workitems/edit/961599 MessageService was causing a stack Overflow it could add a dialog as child to itself. However teh git commit dialog should set itself as parent for the git config dialog.
2019-08-08Merge pull request #8324 from mono/backport-pr-8322-to-release-8.2Lluis Sanchez
[release-8.2] Attempt to fix tests
2019-08-08Merge pull request #8266 from mono/jstedfast-dotnetcore-src-hash-8.2Lluis Sanchez
[8.2][Debugger] Fixed .NET Core debugger to allow use of SHA256 and MD5 h…
2019-08-08[Project] Change the default DotNetProject platform to anycpuGreg Munn
Fixes VSTS 934343 [CSharp] Bad CPU type in executable trying to Debug/Run a default template of a CSharp project in catalina https://vsmac.dev/934343
2019-08-08Attempt to fix testsnosami
2019-08-08Merge pull request #8358 from mono/backport-pr-8353-to-release-8.2Lluis Sanchez
[release-8.2] [Core] Cache ProjectFile.Include to improve project save performance
2019-08-08[Core] Cache ProjectFile.Include to improve project save performanceMatt Ward
With an SDK style project containing 1500 C# files, adding a new C# class to the project would result in the saving taking about 20 seconds. The majority of this time was spent in the Project's SaveProjectItems as it tried to determine if an MSBuild remove item should be added for the new file. Caching the ProjectFile.Include takes the save time down to around 300 ms. Fixes VSTS #947103 - Class creation is very slow in projects with hundreds of classes
2019-08-07Updated reference to xamarin/md-addins@868b554lluis
2019-08-07Updated reference to xamarin/md-addins@ec45751lluis
2019-08-07Merge pull request #8330 from mono/backport-pr-8235-to-release-8.2Lluis Sanchez
[release-8.2] [IDE] Handle bindings returning null commands
2019-08-07Merge pull request #8307 from mono/backport-pr-8296-to-release-8.2Lluis Sanchez
[release-8.2] Update libssh to v1.9.0