This website requires JavaScript.
Explore
Help
Register
Sign In
swcs
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3e675ff2cce79353a5793fab10d5772a415b8660
Umbraco-CMS
/
src
/
Umbraco.Core
/
ObjectResolution
T
History
Shannon
3e675ff2cc
Converted over pre-value config to be a dictionary, not an array. To do that I needed to create a new PreValueCollection object which encapsulates support for legacy (array based) pre-vals which get converted to a dictionary and newer dictionary pre-vals... which we will now require because we'll support pre-value overrides eventually. Fixed up the mapper unit tests and added other unit tests.
2013-08-14 19:24:20 +10:00
..
ApplicationEventsResolver.cs
Correct spelling error
2013-04-16 04:27:03 -02:00
LazyManyObjectsResolverbase.cs
Makes ApplicationContext disposable so that 3rd party devs are able to reset their applications (or unit tests), updated
2013-03-12 01:50:56 +04:00
LegacyTransientObjectsResolver.cs
Makes ApplicationContext disposable so that 3rd party devs are able to reset their applications (or unit tests), updated
2013-03-12 01:50:56 +04:00
ManyObjectsResolverBase.cs
Upgraded DisposableTimer to wrap the profiler... now we should really just use DisposableTimer for all profiling.
2013-05-13 21:11:03 -10:00
ObjectLifetimeScope.cs
Core.ObjectsResolution - cleanup + start making things public
2013-01-16 13:10:34 -01:00
Resolution.cs
Converted over pre-value config to be a dictionary, not an array. To do that I needed to create a new PreValueCollection object which encapsulates support for legacy (array based) pre-vals which get converted to a dictionary and newer dictionary pre-vals... which we will now require because we'll support pre-value overrides eventually. Fixed up the mapper unit tests and added other unit tests.
2013-08-14 19:24:20 +10:00
ResolverBase.cs
Upgraded DisposableTimer to wrap the profiler... now we should really just use DisposableTimer for all profiling.
2013-05-13 21:11:03 -10:00
ResolverCollection.cs
Makes ApplicationContext disposable so that 3rd party devs are able to reset their applications (or unit tests), updated
2013-03-12 01:50:56 +04:00
SingleObjectResolverBase.cs
Upgraded DisposableTimer to wrap the profiler... now we should really just use DisposableTimer for all profiling.
2013-05-13 21:11:03 -10:00
WeightedPluginAttribute.cs
Core.ObjectsResolution - cleanup + start making things public
2013-01-16 13:10:34 -01:00