Changed PluginResolver to PluginTypeResolver, created new base method to do the resolution and caching,
Updated ApplicationStartupHandler to use it and to not register on the static method, the real method is now used and is called on app startup (much cleaner). Added tests for PluginTypeResolver. Added events to UmbracoApplication and virtual methods for developers to override.
This commit is contained in:
@@ -20,4 +20,5 @@ using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: InternalsVisibleTo("umbraco")]
|
||||
[assembly: InternalsVisibleTo("Umbraco.Tests")]
|
||||
[assembly: InternalsVisibleTo("businesslogic")]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user