Updated the PluginTypeResolver to have a generic way of instantiating the plugin types it has

already found. Have added some notes to some classes that need to be fixed up. Removed the PluginTypeResolver
from the ApplicationContext since it is a utility and isn't exposing application objects.
This commit is contained in:
shannon@ShandemVaio
2012-07-27 01:01:34 +06:00
parent a6b9aca45a
commit dbe43a0918
8 changed files with 49 additions and 44 deletions

View File

@@ -7,7 +7,7 @@ namespace Umbraco.Tests
/// <summary>
/// Used for PluginTypeResolverTests
/// </summary>
public static class PluginTypeResolverExtensions
internal static class PluginTypeResolverExtensions
{
public static IEnumerable<Type> ResolveFindMeTypes(this PluginTypeResolver resolver)
{