Decoupling more things, mostly to do with the PluginManager and logging which now requires an IServiceProvider so have created a simple instance of that.
This commit is contained in:
@@ -41,6 +41,7 @@ namespace Umbraco.Tests.PublishedContent
|
||||
{
|
||||
if (PropertyValueConvertersResolver.HasCurrent == false)
|
||||
PropertyValueConvertersResolver.Current = new PropertyValueConvertersResolver(
|
||||
new ActivatorServiceProvider(), Logger,
|
||||
new[]
|
||||
{
|
||||
typeof(DatePickerValueConverter),
|
||||
|
||||
Reference in New Issue
Block a user