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
993a5bbc9293d57308e7b91b400c5a8f71091a8e
Umbraco-CMS
/
src
/
Umbraco.Core
/
ObjectResolution
History
Stephan
993a5bbc92
Resolution - better logging when freezing
2015-07-08 16:28:53 +02:00
..
ApplicationEventsResolver.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
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
…