Completes: U4-2742 Remove legacy xsltExtensions.config - xslt extensions are configured using attributes

This commit is contained in:
Shannon
2013-08-29 17:14:34 +10:00
parent cd7f737fa6
commit 733b6aa945
27 changed files with 236 additions and 373 deletions

View File

@@ -488,7 +488,7 @@ namespace Umbraco.Core.ObjectResolution
/// </summary>
/// <param name="value">The type to test.</param>
/// <exception cref="InvalidOperationException">the type is not a valid type for the resolver.</exception>
protected void EnsureCorrectType(Type value)
protected virtual void EnsureCorrectType(Type value)
{
if (!TypeHelper.IsTypeAssignableFrom<TResolved>(value))
throw new InvalidOperationException(string.Format(