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
2021-10-04Merge pull request #9690 from mono/slluis-patch-2HEADmainLluis Sanchez
Update README.md
2021-10-04Update README.mdslluis-patch-2Lluis Sanchez
2021-09-02Stop using unencrypted git protocolAlexander Köplinger
GitHub is removing support for unencrypted git soon: https://github.blog/2021-09-01-improving-git-protocol-security-github/
2021-04-07Delete CoreKey.keyLluis Sanchez
2020-01-29Merge pull request #9588 from mono/jstedfast-vsts1026593Lluis Sanchez
bumped debugger-libs for vsts1026593
2020-01-24Updated reference to xamarin/md-addins@cc1e7e1vsevolod.kukol
2020-01-24Merge pull request #9587 from mono/hc-icons-fixesVsevolod Kukol
High Contrast Icon Fixes
2020-01-24Merge pull request #9591 from mono/fix-1022827Rodrigo Moya
Update fallback feed to match live feed
2020-01-24[Icons][UnitTesting] New unit-skipped iconVáclav Vančura
Fixes #1055892: Ignored Tests look like failures (due to warning color)
2020-01-24[Icons][UnitTesting] Deduplicating project-32 (and similarly named) iconsVáclav Vančura
Previously resulted in wrong icons used, picked from New Project Dialog. New Project Dialog now displays blue project base icons.
2020-01-24[Icons][Gettext] Deduplicating project-32 (and similarly named) iconsVáclav Vančura
Previously resulted in wrong icons used, picked from New Project Dialog. New Project Dialog now displays blue project base icons.
2020-01-24[Icons][DotNetCore] Deduplicating project-32 (and similarly named) iconsVáclav Vančura
Previously resulted in wrong icons used, picked from New Project Dialog. New Project Dialog now displays blue project base icons.
2020-01-24[Icons][Deployment] Deduplicating project-32 (and similarly named) iconsVáclav Vančura
Previously resulted in wrong icons used, picked from New Project Dialog. New Project Dialog now displays blue project base icons.
2020-01-24[Icons][AspNet] Deduplicating project-32 (and similarly named) iconsVáclav Vančura
Previously resulted in wrong icons used, picked from New Project Dialog. New Project Dialog now displays blue project base icons.
2020-01-24[Icons][Ide] Multiple fixes to new high contrast themes:Václav Vančura
Deduplicating project-32 (and similarly named) icons (previously resulted in wrong icons used, picked from New Project Dialog).
2020-01-24[Icons][Ide] Dnd sizes of some icons:Václav Vančura
* project * project-console * project-crossplatform-pcl * project-crossplatform-shared * project-gui * project-library * project-package * project-test * solution * workspace
2020-01-24[Icons][Ide] Color change to md-solution and md-workspace iconsVáclav Vančura
2020-01-24[Icons][VersionControl] Color change to versioned-overlay iconVáclav Vančura
2020-01-24Merge pull request #9583 from mono/iantoal/pr-Enable-Auth-For-AspDotNetCoreRodrigo Moya
Enable authentication support in New Project Creation Wizard for AspNetCore projects
2020-01-23Merge pull request #9590 from mono/fix-hc-dark-sel-icon-loaderVsevolod Kukol
[Ide] Dynamically add ~contrast~dark~sel resource mappings
2020-01-23[Debugger] Update exception options to include unhandled exceptionKeting Yang
Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1051257/
2020-01-23Improve Gtk UI code and layoutIan Toal
Fix issue with Web API template where NoAuth is only supported option
2020-01-23PR FeedbackIan Toal
- Fix up formatting - Move from IList to IReadOnlyList where appropriate
2020-01-23Fix up display stringsIan Toal
2020-01-23Fix up auth setting labelIan Toal
2020-01-23Enable authentication support in New Project Dialog for Asp.Net Core ↵Ian Toal
templates which support it
2020-01-23Remove Stetic markup and generated filesIan Toal
2020-01-23bumped debugger-libs for vsts1026593jstedfast-vsts1026593Jeffrey Stedfast
2020-01-23Update fallback feed to match live feednosami
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1022827
2020-01-23[Ide] Avoid one string allocation in CustomImageLoaderVsevolod Kukol
2020-01-23Updated reference to mono/debugger-libs@15047cafix/bug-1040728greg.munn
2020-01-23Merge pull request #9552 from ↵Greg Munn
mono/jstedfast-debugger-session-step-avoid-threadpool-queue [Debugger] Update VSCodeDebuggerSession Step methods to send requests…
2020-01-23[Ide] Dynamically add ~contrast~dark~sel resource mappingsVsevolod Kukol
to avoid adding duplicate EmbeddedResource entries to project files.
2020-01-23Updated reference to xamarin/md-addins@51b3747Rodrigo Moya
2020-01-23Merge pull request #9581 from mono/debugger-session-project-mappingMatt Ward
[Debugger] Provide SolutionItem to DebuggerSession mapping
2020-01-23[Debugger] Fix InvalidCastException in MacObjectValueTreeView.OnCopy()Jeffrey Stedfast
Based on "Find References" on GetRawValue(), it seems that this can sometimes return RawValueString instead of string. Make sure that we handle this instead of assuming the value returned by GetRawValue() is always a string. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1054038/
2020-01-23Merge pull request #9230 from mono/master-vsts1009809Vsevolod Kukol
Fixes VSTS Bug 1009809: Save failed
2020-01-22[Debugger] Update VSCodeDebuggerSession Step methods to send requests asyncJeffrey Stedfast
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/804257/
2020-01-22[Debugger] Added more logging for VsCodeDebugger protocol requestsJeffrey Stedfast
For OnSetNextStatement(), convert exceptions into NotSupportedException so that higher-level code properly handles this case. For Stepping, just drop & log the exception like SoftDebuggerSession does. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1042237
2020-01-22[Debugger] Make DebuggingService dictionaries thread safe.Matt Ward
The sessions dictionary and the nextStatementLocations dictionary were accessed from multiple threads. Changed these dictionaries to be ConcurrentDictionary so their use is thread safe.
2020-01-22Merge pull request #3698 from mono/fix-528267Matt Ward
[Debugger] Can't edit function breakpoint
2020-01-22Merge pull request #9533 from mono/fix-routing-cocoaVsevolod Kukol
Fixes CommandHandler routing in native widgets
2020-01-22Updated reference to xamarin/md-addins@8cf7f0asandy
2020-01-22Updated reference to xamarin/md-addins@5dfb086sandy
2020-01-22Update translationsRodrigo Moya
2020-01-22[Debugger] Provide project to DebuggerSession mappingMatt Ward
The DebuggerService now has two methods that can map from an IRunTarget to a DebuggerSession or the other way around. The ExecutionCommand now has an IRunTarget property which is used by the DebuggerService to create this mapping from DebuggerSession to IRunTarget. IRunTarget is implemented by SolutionItem. Fixes VSTS #1012614 - Improvements to DebuggerSession for XAML Hot Reload
2020-01-22[Debugger] Tooltips should not be shown for conditional method invocationsJeffrey Stedfast
When hovering the mouse cursor over most method invocation expressions, the logic returns a null expression to evaluate (thereby bypassing evaluation of said expression), but when hovering over conditional method invocations, the logic failed. Since the logic is identical to VS Windows, do what VS Windows does in this scenario as well, which is to ignore evaluation errors and not show them. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1054139
2020-01-22Merge pull request #9580 from mono/pr-bug-1050440Rodrigo Moya
[1050440]Fix description of Razor files
2020-01-22Merge pull request #9548 from mono/vsts-1051207-delete-missing-fileMatt Ward
[IDE] Allow deleting missing files from project
2020-01-21Fix description of RazorView templatesGouri Kumari