Fixing build and weird protected fields in UmbracoIntegrationTest

This commit is contained in:
Shannon
2021-03-04 16:18:57 +11:00
parent df9da835b3
commit a41323f389
16 changed files with 21 additions and 38 deletions

View File

@@ -1,7 +1,6 @@
using System;
using System;
using BenchmarkDotNet.Attributes;
using Umbraco.Cms.Core;
using Umbraco.Core;
using Umbraco.Tests.Benchmarks.Config;
namespace Umbraco.Tests.Benchmarks

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Linq.Expressions;
using System.Reflection;
using System.Reflection.Emit;
@@ -8,7 +8,6 @@ using BenchmarkDotNet.Diagnosers;
using BenchmarkDotNet.Jobs;
using Perfolizer.Horology;
using Umbraco.Cms.Core;
using Umbraco.Core;
namespace Umbraco.Tests.Benchmarks
{

View File

@@ -1,8 +1,7 @@
using System;
using System;
using System.Text;
using BenchmarkDotNet.Attributes;
using Umbraco.Cms.Core;
using Umbraco.Core;
using Umbraco.Tests.Benchmarks.Config;
namespace Umbraco.Tests.Benchmarks