This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
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
e54d374eb29b71edb84701fcdccd994302573296
Umbraco-CMS
/
src
/
Umbraco.Core
/
ObjectResolution
History
Shannon
44c3140b20
Updates CoreBootManager to be provided a logger which decouples it a little bit, updates CoreBootManagerTests to ensure resolution is reset on teardown, updates the ApplicationEventsResolver inner resolver to not use obsolete ctor's
2015-07-22 12:44:29 +02:00
..
ApplicationEventsResolver.cs
Updates CoreBootManager to be provided a logger which decouples it a little bit, updates CoreBootManagerTests to ensure resolution is reset on teardown, updates the ApplicationEventsResolver inner resolver to not use obsolete ctor's
2015-07-22 12:44:29 +02:00
LazyManyObjectsResolverbase.cs
Decoupling more things, mostly to do with the PluginManager and logging which now requires an IServiceProvider so have created a simple instance of that.
2015-01-16 15:47:44 +11:00
LegacyTransientObjectsResolver.cs
Decoupling more things, mostly to do with the PluginManager and logging which now requires an IServiceProvider so have created a simple instance of that.
2015-01-16 15:47:44 +11:00
ManyObjectsResolverBase.cs
Ensures that any instances created with the ManyObjectsResolverBase that have an HTTP lifetime are disposed of at the end of the request
2015-01-16 17:24:47 +11:00
ObjectLifetimeScope.cs
…
Resolution.cs
Resolution - better logging when freezing
2015-07-08 16:28:53 +02:00
ResolverBase.cs
makes Reset protected internal on ResolverBase
2014-05-08 11:22:44 +10:00
ResolverCollection.cs
…
SingleObjectResolverBase.cs
Core.Resolution - fix concurrency issues
2013-10-02 11:41:48 +02:00
WeightedPluginAttribute.cs
…