Merge temp8 into temp8-3675-variant-tags

This commit is contained in:
Stephan
2018-12-07 09:36:58 +01:00
143 changed files with 6736 additions and 5613 deletions

View File

@@ -723,8 +723,8 @@ namespace Umbraco.Core
{
return typeConverter;
}
TypeConverter converter = TypeDescriptor.GetConverter(target);
var converter = TypeDescriptor.GetConverter(target);
if (converter.CanConvertFrom(source))
{
return DestinationTypeConverterCache[key] = converter;