From 6df28ef09a9d50e4601fc832a787b6d5c6635dc9 Mon Sep 17 00:00:00 2001 From: Kiran Challa Date: Fri, 15 Jun 2018 09:30:07 -0700 Subject: [PATCH] Reach to Dispatcher changes and fix build break --- .../Internal/MvcEndpointDataSource.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Mvc.Core/Internal/MvcEndpointDataSource.cs b/src/Microsoft.AspNetCore.Mvc.Core/Internal/MvcEndpointDataSource.cs index 131e545e67..f91863b862 100644 --- a/src/Microsoft.AspNetCore.Mvc.Core/Internal/MvcEndpointDataSource.cs +++ b/src/Microsoft.AspNetCore.Mvc.Core/Internal/MvcEndpointDataSource.cs @@ -101,7 +101,8 @@ namespace Microsoft.AspNetCore.Mvc.Internal action.RouteValues, action.AttributeRouteInfo.Order, metadataCollection, - action.DisplayName)); + action.DisplayName, + new Address(action.AttributeRouteInfo.Name))); } }