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
2018-11-20[Debugger] Add Task api to DebugValueConverterMatt Ward
Added a GetValueAsync method which takes a CancellationToken and returns a Task<T>. The default implementation calls the synchronous GetValue method. Currently the async method is used when loading images with the HttpClient. At some point the synchronous methods should be deprecated and the debugger should use the async task methods however some parts of the debugger api do not support tasks.
2014-09-30[DebuggerVisualizers] Moved Converters and Previews from MD to md-addinsDavid Karlaš
2014-07-29[Debugger] Fixed RectangleF converterDavid Karlaš
2014-07-28[Debugger] GoogleServices.LatLng converterDavid Karlaš
2014-07-24[Debugger] CLLocation/CLLocationCoordinate2D converterDavid Karlaš
2014-07-24[Debugger] CGImgage converterDavid Karlaš
2014-07-23[Debugger] Converters for Android.Graphics.Rect/FDavid Karlaš
2014-07-23[Debugger] Android Bitmap converterDavid Karlaš
2014-07-23[Debugger] Android.Color converterDavid Karlaš
2014-07-14[Debugger] BezierPathPreview and UI/NSBezierPath convertersDavid Karlaš
2014-07-10[Debugger] Location Preview and Android location converterDavid Karlaš
2014-07-09[Debugger] Check if TypeName is null when doing .EndsWith to prevent exceptionsDavid Karlaš
2014-06-30[Debugger] Converters for UIColor and CGColorDavid Karlaš
2014-06-30[Debugger] Preview now supports UIImageDavid Karlaš
2014-06-27[Debugger] ImageConverter and ImagePreviewVisualizerDavid Karlaš
2014-06-22[Debugger] new class DebugValueConverter<T> and ↵David Karlaš
/MonoDevelop/Debugging/DebugValueConverters for all conversions