Skip to content

Commit

Permalink
Rename builder extension types to have more specific names
Browse files Browse the repository at this point in the history
  • Loading branch information
Eilon committed Jul 6, 2015
1 parent fc2019c commit 4b18bfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Microsoft.AspNet.Builder
/// <summary>
/// Extension methods for <see cref="IApplicationBuilder"/> to add MVC to the request execution pipeline.
/// </summary>
public static class BuilderExtensions
public static class MvcApplicationBuilderExtensions
{
/// <summary>
/// Adds MVC to the <see cref="IApplicationBuilder"/> request execution pipeline.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace Microsoft.AspNet.Builder
{
public static class RouteBuilderExtensions
public static class WebApiCompatShimRouteBuilderExtensions
{
public static IRouteBuilder MapWebApiRoute(
this IRouteBuilder routeCollectionBuilder,
Expand Down

0 comments on commit 4b18bfb

Please sign in to comment.