summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/DependencyService.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-03-16Add internal XF.Registrar.RegisterAll b/c previewer needs it (#816)kingces951-2/+2
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces951-0/+1
* Remove InternalsVisibleTo from Core to XF.Platforms.* * Changes per Jason's code review * Move LockableObservableListWrapper to internals namespace * Changes per Stephane's code review * update docs * Touch code to get CI to run tests * Rebase; Update documentation
2017-01-12Improve registry startup and lookup performance (#674)E.Z. Hart1-2/+16
* Optimize search for Effect resolution name Avoid multiple collection of assemblies during startup Cache handler lookups * Handle s_initialized check inside of Initialize method
2016-03-22Initial importJason Smith1-0/+102