From 789267b25c9385beb91609d57666659e2176bcef Mon Sep 17 00:00:00 2001 From: Smit Patel Date: Mon, 24 Apr 2017 17:30:14 -0700 Subject: [PATCH] Update API Check related files React to aspnet/BuildTools#238 --- ....net45.json => baseline.netframework.json} | 0 ....net45.json => baseline.netframework.json} | 0 .../breakingchanges.netcore.json | 32 +++++++++++++++++++ .../breakingchanges.netframework.json | 32 +++++++++++++++++++ .../exceptions.net45.json | 32 ------------------- .../exceptions.netcore.json | 32 ------------------- 6 files changed, 64 insertions(+), 64 deletions(-) rename src/Microsoft.AspNetCore.Routing.Abstractions/{baseline.net45.json => baseline.netframework.json} (100%) rename src/Microsoft.AspNetCore.Routing/{baseline.net45.json => baseline.netframework.json} (100%) create mode 100644 src/Microsoft.AspNetCore.Routing/breakingchanges.netcore.json create mode 100644 src/Microsoft.AspNetCore.Routing/breakingchanges.netframework.json delete mode 100644 src/Microsoft.AspNetCore.Routing/exceptions.net45.json delete mode 100644 src/Microsoft.AspNetCore.Routing/exceptions.netcore.json diff --git a/src/Microsoft.AspNetCore.Routing.Abstractions/baseline.net45.json b/src/Microsoft.AspNetCore.Routing.Abstractions/baseline.netframework.json similarity index 100% rename from src/Microsoft.AspNetCore.Routing.Abstractions/baseline.net45.json rename to src/Microsoft.AspNetCore.Routing.Abstractions/baseline.netframework.json diff --git a/src/Microsoft.AspNetCore.Routing/baseline.net45.json b/src/Microsoft.AspNetCore.Routing/baseline.netframework.json similarity index 100% rename from src/Microsoft.AspNetCore.Routing/baseline.net45.json rename to src/Microsoft.AspNetCore.Routing/baseline.netframework.json diff --git a/src/Microsoft.AspNetCore.Routing/breakingchanges.netcore.json b/src/Microsoft.AspNetCore.Routing/breakingchanges.netcore.json new file mode 100644 index 00000000..fc259407 --- /dev/null +++ b/src/Microsoft.AspNetCore.Routing/breakingchanges.netcore.json @@ -0,0 +1,32 @@ +[ + { + "TypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", + "MemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapDelete(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String template, System.Action action)", + "Kind": "Removal" + }, + { + "TypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", + "MemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapGet(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String template, System.Action action)", + "Kind": "Removal" + }, + { + "TypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", + "MemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapPost(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String template, System.Action action)", + "Kind": "Removal" + }, + { + "TypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", + "MemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapPut(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String template, System.Action action)", + "Kind": "Removal" + }, + { + "TypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", + "MemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapRoute(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String template, System.Action action)", + "Kind": "Removal" + }, + { + "TypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", + "MemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapVerb(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String verb, System.String template, System.Action action)", + "Kind": "Removal" + } +] \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.Routing/breakingchanges.netframework.json b/src/Microsoft.AspNetCore.Routing/breakingchanges.netframework.json new file mode 100644 index 00000000..fc259407 --- /dev/null +++ b/src/Microsoft.AspNetCore.Routing/breakingchanges.netframework.json @@ -0,0 +1,32 @@ +[ + { + "TypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", + "MemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapDelete(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String template, System.Action action)", + "Kind": "Removal" + }, + { + "TypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", + "MemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapGet(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String template, System.Action action)", + "Kind": "Removal" + }, + { + "TypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", + "MemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapPost(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String template, System.Action action)", + "Kind": "Removal" + }, + { + "TypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", + "MemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapPut(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String template, System.Action action)", + "Kind": "Removal" + }, + { + "TypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", + "MemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapRoute(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String template, System.Action action)", + "Kind": "Removal" + }, + { + "TypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", + "MemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapVerb(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String verb, System.String template, System.Action action)", + "Kind": "Removal" + } +] \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.Routing/exceptions.net45.json b/src/Microsoft.AspNetCore.Routing/exceptions.net45.json deleted file mode 100644 index 33ef2f43..00000000 --- a/src/Microsoft.AspNetCore.Routing/exceptions.net45.json +++ /dev/null @@ -1,32 +0,0 @@ -[ - { - "OldTypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", - "OldMemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapRoute(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String template, System.Action action)", - "Kind": "Removal" - }, - { - "OldTypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", - "OldMemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapGet(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String template, System.Action action)", - "Kind": "Removal" - }, - { - "OldTypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", - "OldMemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapPost(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String template, System.Action action)", - "Kind": "Removal" - }, - { - "OldTypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", - "OldMemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapPut(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String template, System.Action action)", - "Kind": "Removal" - }, - { - "OldTypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", - "OldMemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapDelete(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String template, System.Action action)", - "Kind": "Removal" - }, - { - "OldTypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", - "OldMemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapVerb(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String verb, System.String template, System.Action action)", - "Kind": "Removal" - } -] \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.Routing/exceptions.netcore.json b/src/Microsoft.AspNetCore.Routing/exceptions.netcore.json deleted file mode 100644 index 33ef2f43..00000000 --- a/src/Microsoft.AspNetCore.Routing/exceptions.netcore.json +++ /dev/null @@ -1,32 +0,0 @@ -[ - { - "OldTypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", - "OldMemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapRoute(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String template, System.Action action)", - "Kind": "Removal" - }, - { - "OldTypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", - "OldMemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapGet(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String template, System.Action action)", - "Kind": "Removal" - }, - { - "OldTypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", - "OldMemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapPost(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String template, System.Action action)", - "Kind": "Removal" - }, - { - "OldTypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", - "OldMemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapPut(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String template, System.Action action)", - "Kind": "Removal" - }, - { - "OldTypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", - "OldMemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapDelete(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String template, System.Action action)", - "Kind": "Removal" - }, - { - "OldTypeId": "public static class Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions", - "OldMemberId": "public static Microsoft.AspNetCore.Routing.IRouteBuilder MapVerb(this Microsoft.AspNetCore.Routing.IRouteBuilder builder, System.String verb, System.String template, System.Action action)", - "Kind": "Removal" - } -] \ No newline at end of file