Merge remote-tracking branch 'upstream/develop' into feature/AddStyleCopAnalyzers

# Conflicts:
#	test/Ocelot.AcceptanceTests/Ocelot.AcceptanceTests.csproj
#	test/Ocelot.Benchmarks/Ocelot.Benchmarks.csproj
This commit is contained in:
Philip Wood
2018-03-03 12:33:04 +00:00
161 changed files with 4612 additions and 2073 deletions

View File

@ -19,7 +19,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.10.9" />
<PackageReference Include="BenchmarkDotNet" Version="0.10.12" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2">
<PrivateAssets>all</PrivateAssets>
</PackageReference>

View File

@ -17,7 +17,7 @@ namespace Ocelot.Benchmarks
Add(StatisticColumn.AllStatistics);
}
[Setup]
[GlobalSetup]
public void SetUp()
{
_urlPathMatcher = new RegExUrlMatcher();
@ -37,4 +37,4 @@ namespace Ocelot.Benchmarks
_urlPathMatcher.Match(_downstreamUrlPath, _downstreamUrlPathTemplate);
}
}
}
}