Fix merge (#796)

This commit is contained in:
James Newton-King 2018-09-15 08:17:53 +12:00 committed by GitHub
parent 412944e1f5
commit 85fa15419d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ namespace Microsoft.AspNetCore.Routing
var routeOptions = new RouteOptions();
routeOptions.ConstraintMap["slugify"] = typeof(SlugifyParameterTransformer);
var linkGenerator = CreateLinkGenerator(routeOptions: routeOptions, services: null, endpoint1, endpoint2);
var linkGenerator = CreateLinkGenerator(routeOptions: routeOptions, configureServices: null, endpoint1, endpoint2);
// Act
var path = linkGenerator.GetPathByAddress(
@ -200,7 +200,7 @@ namespace Microsoft.AspNetCore.Routing
var routeOptions = new RouteOptions();
routeOptions.ConstraintMap["slugify"] = typeof(SlugifyParameterTransformer);
var linkGenerator = CreateLinkGenerator(routeOptions: routeOptions, services: null, endpoint1, endpoint2);
var linkGenerator = CreateLinkGenerator(routeOptions: routeOptions, configureServices: null, endpoint1, endpoint2);
// Act
var path = linkGenerator.GetPathByAddress(