Merge branch origin/temp8 into temp8-di2690

This commit is contained in:
Stephan
2018-12-21 10:58:38 +01:00
126 changed files with 1327 additions and 978 deletions

View File

@@ -167,7 +167,7 @@ namespace Umbraco.Tests.Benchmarks
[Benchmark]
public void EmitCtor()
{
var ctor = ReflectionUtilities.EmitConstuctor<Func<IFoo, Foo>>();
var ctor = ReflectionUtilities.EmitConstructor<Func<IFoo, Foo>>();
var foo = ctor(_foo);
}