From 0c0dcba084c2b95c7e484fe1accefa965bacbfb5 Mon Sep 17 00:00:00 2001 From: Smit Patel Date: Mon, 24 Apr 2017 16:28:50 -0700 Subject: [PATCH] Update API Check related files React to aspnet/BuildTools#238 --- .../baseline.net45.json | 732 ------------------ .../breakingchanges.netcore.json | 37 + .../exceptions.net45.json | 45 -- .../exceptions.netcore.json | 45 -- .../baseline.net45.json | 115 --- .../breakingchanges.netcore.json | 27 + .../exceptions.net45.json | 33 - .../exceptions.netcore.json | 33 - ....net45.json => baseline.netframework.json} | 0 ....net45.json => baseline.netframework.json} | 0 10 files changed, 64 insertions(+), 1003 deletions(-) delete mode 100644 src/Microsoft.AspNetCore.Hosting.Abstractions/baseline.net45.json create mode 100644 src/Microsoft.AspNetCore.Hosting.Abstractions/breakingchanges.netcore.json delete mode 100644 src/Microsoft.AspNetCore.Hosting.Abstractions/exceptions.net45.json delete mode 100644 src/Microsoft.AspNetCore.Hosting.Abstractions/exceptions.netcore.json delete mode 100644 src/Microsoft.AspNetCore.Hosting.Server.Abstractions/baseline.net45.json create mode 100644 src/Microsoft.AspNetCore.Hosting.Server.Abstractions/breakingchanges.netcore.json delete mode 100644 src/Microsoft.AspNetCore.Hosting.Server.Abstractions/exceptions.net45.json delete mode 100644 src/Microsoft.AspNetCore.Hosting.Server.Abstractions/exceptions.netcore.json rename src/Microsoft.AspNetCore.Hosting.WindowsServices/{baseline.net45.json => baseline.netframework.json} (100%) rename src/Microsoft.AspNetCore.TestHost/{baseline.net45.json => baseline.netframework.json} (100%) diff --git a/src/Microsoft.AspNetCore.Hosting.Abstractions/baseline.net45.json b/src/Microsoft.AspNetCore.Hosting.Abstractions/baseline.net45.json deleted file mode 100644 index 85da0d14..00000000 --- a/src/Microsoft.AspNetCore.Hosting.Abstractions/baseline.net45.json +++ /dev/null @@ -1,732 +0,0 @@ -{ - "AssemblyIdentity": "Microsoft.AspNetCore.Hosting.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60", - "Types": [ - { - "Name": "Microsoft.AspNetCore.Hosting.EnvironmentName", - "Visibility": "Public", - "Kind": "Class", - "Abstract": true, - "Static": true, - "Sealed": true, - "ImplementedInterfaces": [], - "Members": [ - { - "Kind": "Field", - "Name": "Development", - "Parameters": [], - "ReturnType": "System.String", - "Static": true, - "ReadOnly": true, - "Visibility": "Public", - "GenericParameter": [] - }, - { - "Kind": "Field", - "Name": "Staging", - "Parameters": [], - "ReturnType": "System.String", - "Static": true, - "ReadOnly": true, - "Visibility": "Public", - "GenericParameter": [] - }, - { - "Kind": "Field", - "Name": "Production", - "Parameters": [], - "ReturnType": "System.String", - "Static": true, - "ReadOnly": true, - "Visibility": "Public", - "GenericParameter": [] - } - ], - "GenericParameters": [] - }, - { - "Name": "Microsoft.AspNetCore.Hosting.HostingAbstractionsWebHostBuilderExtensions", - "Visibility": "Public", - "Kind": "Class", - "Abstract": true, - "Static": true, - "Sealed": true, - "ImplementedInterfaces": [], - "Members": [ - { - "Kind": "Method", - "Name": "UseConfiguration", - "Parameters": [ - { - "Name": "hostBuilder", - "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder" - }, - { - "Name": "configuration", - "Type": "Microsoft.Extensions.Configuration.IConfiguration" - } - ], - "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "Static": true, - "Extension": true, - "Visibility": "Public", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "CaptureStartupErrors", - "Parameters": [ - { - "Name": "hostBuilder", - "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder" - }, - { - "Name": "captureStartupErrors", - "Type": "System.Boolean" - } - ], - "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "Static": true, - "Extension": true, - "Visibility": "Public", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "UseStartup", - "Parameters": [ - { - "Name": "hostBuilder", - "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder" - }, - { - "Name": "startupAssemblyName", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "Static": true, - "Extension": true, - "Visibility": "Public", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "UseServer", - "Parameters": [ - { - "Name": "hostBuilder", - "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder" - }, - { - "Name": "server", - "Type": "Microsoft.AspNetCore.Hosting.Server.IServer" - } - ], - "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "Static": true, - "Extension": true, - "Visibility": "Public", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "UseEnvironment", - "Parameters": [ - { - "Name": "hostBuilder", - "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder" - }, - { - "Name": "environment", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "Static": true, - "Extension": true, - "Visibility": "Public", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "UseContentRoot", - "Parameters": [ - { - "Name": "hostBuilder", - "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder" - }, - { - "Name": "contentRoot", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "Static": true, - "Extension": true, - "Visibility": "Public", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "UseWebRoot", - "Parameters": [ - { - "Name": "hostBuilder", - "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder" - }, - { - "Name": "webRoot", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "Static": true, - "Extension": true, - "Visibility": "Public", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "UseUrls", - "Parameters": [ - { - "Name": "hostBuilder", - "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder" - }, - { - "Name": "urls", - "Type": "System.String[]", - "IsParams": true - } - ], - "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "Static": true, - "Extension": true, - "Visibility": "Public", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "Start", - "Parameters": [ - { - "Name": "hostBuilder", - "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder" - }, - { - "Name": "urls", - "Type": "System.String[]", - "IsParams": true - } - ], - "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHost", - "Static": true, - "Extension": true, - "Visibility": "Public", - "GenericParameter": [] - } - ], - "GenericParameters": [] - }, - { - "Name": "Microsoft.AspNetCore.Hosting.HostingEnvironmentExtensions", - "Visibility": "Public", - "Kind": "Class", - "Abstract": true, - "Static": true, - "Sealed": true, - "ImplementedInterfaces": [], - "Members": [ - { - "Kind": "Method", - "Name": "IsDevelopment", - "Parameters": [ - { - "Name": "hostingEnvironment", - "Type": "Microsoft.AspNetCore.Hosting.IHostingEnvironment" - } - ], - "ReturnType": "System.Boolean", - "Static": true, - "Extension": true, - "Visibility": "Public", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "IsStaging", - "Parameters": [ - { - "Name": "hostingEnvironment", - "Type": "Microsoft.AspNetCore.Hosting.IHostingEnvironment" - } - ], - "ReturnType": "System.Boolean", - "Static": true, - "Extension": true, - "Visibility": "Public", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "IsProduction", - "Parameters": [ - { - "Name": "hostingEnvironment", - "Type": "Microsoft.AspNetCore.Hosting.IHostingEnvironment" - } - ], - "ReturnType": "System.Boolean", - "Static": true, - "Extension": true, - "Visibility": "Public", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "IsEnvironment", - "Parameters": [ - { - "Name": "hostingEnvironment", - "Type": "Microsoft.AspNetCore.Hosting.IHostingEnvironment" - }, - { - "Name": "environmentName", - "Type": "System.String" - } - ], - "ReturnType": "System.Boolean", - "Static": true, - "Extension": true, - "Visibility": "Public", - "GenericParameter": [] - } - ], - "GenericParameters": [] - }, - { - "Name": "Microsoft.AspNetCore.Hosting.IApplicationLifetime", - "Visibility": "Public", - "Kind": "Interface", - "Abstract": true, - "ImplementedInterfaces": [], - "Members": [ - { - "Kind": "Method", - "Name": "get_ApplicationStarted", - "Parameters": [], - "ReturnType": "System.Threading.CancellationToken", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "get_ApplicationStopping", - "Parameters": [], - "ReturnType": "System.Threading.CancellationToken", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "get_ApplicationStopped", - "Parameters": [], - "ReturnType": "System.Threading.CancellationToken", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "StopApplication", - "Parameters": [], - "ReturnType": "System.Void", - "GenericParameter": [] - } - ], - "GenericParameters": [] - }, - { - "Name": "Microsoft.AspNetCore.Hosting.IHostingEnvironment", - "Visibility": "Public", - "Kind": "Interface", - "Abstract": true, - "ImplementedInterfaces": [], - "Members": [ - { - "Kind": "Method", - "Name": "get_EnvironmentName", - "Parameters": [], - "ReturnType": "System.String", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "set_EnvironmentName", - "Parameters": [ - { - "Name": "value", - "Type": "System.String" - } - ], - "ReturnType": "System.Void", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "get_ApplicationName", - "Parameters": [], - "ReturnType": "System.String", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "set_ApplicationName", - "Parameters": [ - { - "Name": "value", - "Type": "System.String" - } - ], - "ReturnType": "System.Void", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "get_WebRootPath", - "Parameters": [], - "ReturnType": "System.String", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "set_WebRootPath", - "Parameters": [ - { - "Name": "value", - "Type": "System.String" - } - ], - "ReturnType": "System.Void", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "get_WebRootFileProvider", - "Parameters": [], - "ReturnType": "Microsoft.Extensions.FileProviders.IFileProvider", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "set_WebRootFileProvider", - "Parameters": [ - { - "Name": "value", - "Type": "Microsoft.Extensions.FileProviders.IFileProvider" - } - ], - "ReturnType": "System.Void", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "get_ContentRootPath", - "Parameters": [], - "ReturnType": "System.String", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "set_ContentRootPath", - "Parameters": [ - { - "Name": "value", - "Type": "System.String" - } - ], - "ReturnType": "System.Void", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "get_ContentRootFileProvider", - "Parameters": [], - "ReturnType": "Microsoft.Extensions.FileProviders.IFileProvider", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "set_ContentRootFileProvider", - "Parameters": [ - { - "Name": "value", - "Type": "Microsoft.Extensions.FileProviders.IFileProvider" - } - ], - "ReturnType": "System.Void", - "GenericParameter": [] - } - ], - "GenericParameters": [] - }, - { - "Name": "Microsoft.AspNetCore.Hosting.IStartup", - "Visibility": "Public", - "Kind": "Interface", - "Abstract": true, - "ImplementedInterfaces": [], - "Members": [ - { - "Kind": "Method", - "Name": "ConfigureServices", - "Parameters": [ - { - "Name": "services", - "Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection" - } - ], - "ReturnType": "System.IServiceProvider", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "Configure", - "Parameters": [ - { - "Name": "app", - "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder" - } - ], - "ReturnType": "System.Void", - "GenericParameter": [] - } - ], - "GenericParameters": [] - }, - { - "Name": "Microsoft.AspNetCore.Hosting.IStartupFilter", - "Visibility": "Public", - "Kind": "Interface", - "Abstract": true, - "ImplementedInterfaces": [], - "Members": [ - { - "Kind": "Method", - "Name": "Configure", - "Parameters": [ - { - "Name": "next", - "Type": "System.Action" - } - ], - "ReturnType": "System.Action", - "GenericParameter": [] - } - ], - "GenericParameters": [] - }, - { - "Name": "Microsoft.AspNetCore.Hosting.IWebHost", - "Visibility": "Public", - "Kind": "Interface", - "Abstract": true, - "ImplementedInterfaces": [ - "System.IDisposable" - ], - "Members": [ - { - "Kind": "Method", - "Name": "get_ServerFeatures", - "Parameters": [], - "ReturnType": "Microsoft.AspNetCore.Http.Features.IFeatureCollection", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "get_Services", - "Parameters": [], - "ReturnType": "System.IServiceProvider", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "Start", - "Parameters": [], - "ReturnType": "System.Void", - "GenericParameter": [] - } - ], - "GenericParameters": [] - }, - { - "Name": "Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "Visibility": "Public", - "Kind": "Interface", - "Abstract": true, - "ImplementedInterfaces": [], - "Members": [ - { - "Kind": "Method", - "Name": "Build", - "Parameters": [], - "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHost", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "UseLoggerFactory", - "Parameters": [ - { - "Name": "loggerFactory", - "Type": "Microsoft.Extensions.Logging.ILoggerFactory" - } - ], - "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "ConfigureServices", - "Parameters": [ - { - "Name": "configureServices", - "Type": "System.Action" - } - ], - "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "ConfigureLogging", - "Parameters": [ - { - "Name": "configureLogging", - "Type": "System.Action" - } - ], - "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "UseSetting", - "Parameters": [ - { - "Name": "key", - "Type": "System.String" - }, - { - "Name": "value", - "Type": "System.String" - } - ], - "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "GetSetting", - "Parameters": [ - { - "Name": "key", - "Type": "System.String" - } - ], - "ReturnType": "System.String", - "GenericParameter": [] - } - ], - "GenericParameters": [] - }, - { - "Name": "Microsoft.AspNetCore.Hosting.WebHostDefaults", - "Visibility": "Public", - "Kind": "Class", - "Abstract": true, - "Static": true, - "Sealed": true, - "ImplementedInterfaces": [], - "Members": [ - { - "Kind": "Field", - "Name": "ApplicationKey", - "Parameters": [], - "ReturnType": "System.String", - "Static": true, - "ReadOnly": true, - "Visibility": "Public", - "GenericParameter": [] - }, - { - "Kind": "Field", - "Name": "StartupAssemblyKey", - "Parameters": [], - "ReturnType": "System.String", - "Static": true, - "ReadOnly": true, - "Visibility": "Public", - "GenericParameter": [] - }, - { - "Kind": "Field", - "Name": "DetailedErrorsKey", - "Parameters": [], - "ReturnType": "System.String", - "Static": true, - "ReadOnly": true, - "Visibility": "Public", - "GenericParameter": [] - }, - { - "Kind": "Field", - "Name": "EnvironmentKey", - "Parameters": [], - "ReturnType": "System.String", - "Static": true, - "ReadOnly": true, - "Visibility": "Public", - "GenericParameter": [] - }, - { - "Kind": "Field", - "Name": "WebRootKey", - "Parameters": [], - "ReturnType": "System.String", - "Static": true, - "ReadOnly": true, - "Visibility": "Public", - "GenericParameter": [] - }, - { - "Kind": "Field", - "Name": "CaptureStartupErrorsKey", - "Parameters": [], - "ReturnType": "System.String", - "Static": true, - "ReadOnly": true, - "Visibility": "Public", - "GenericParameter": [] - }, - { - "Kind": "Field", - "Name": "ServerUrlsKey", - "Parameters": [], - "ReturnType": "System.String", - "Static": true, - "ReadOnly": true, - "Visibility": "Public", - "GenericParameter": [] - }, - { - "Kind": "Field", - "Name": "ContentRootKey", - "Parameters": [], - "ReturnType": "System.String", - "Static": true, - "ReadOnly": true, - "Visibility": "Public", - "GenericParameter": [] - } - ], - "GenericParameters": [] - } - ] -} \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.Hosting.Abstractions/breakingchanges.netcore.json b/src/Microsoft.AspNetCore.Hosting.Abstractions/breakingchanges.netcore.json new file mode 100644 index 00000000..98f79f9f --- /dev/null +++ b/src/Microsoft.AspNetCore.Hosting.Abstractions/breakingchanges.netcore.json @@ -0,0 +1,37 @@ +[ + { + "TypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHost : System.IDisposable", + "MemberId": "System.Void Start()", + "Kind": "Removal" + }, + { + "TypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHostBuilder", + "MemberId": "Microsoft.AspNetCore.Hosting.IWebHostBuilder ConfigureAppConfiguration(System.Action configureDelegate)", + "Kind": "Addition" + }, + { + "TypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHostBuilder", + "MemberId": "Microsoft.AspNetCore.Hosting.IWebHostBuilder ConfigureLogging(System.Action configureLogging) where T0 : Microsoft.Extensions.Logging.ILoggerFactory", + "Kind": "Addition" + }, + { + "TypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHostBuilder", + "MemberId": "Microsoft.AspNetCore.Hosting.IWebHostBuilder ConfigureServices(System.Action configureServices)", + "Kind": "Addition" + }, + { + "TypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHostBuilder", + "MemberId": "Microsoft.AspNetCore.Hosting.IWebHostBuilder UseLoggerFactory(System.Func createLoggerFactory)", + "Kind": "Addition" + }, + { + "TypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHost : System.IDisposable", + "MemberId": "System.Threading.Tasks.Task StartAsync(System.Threading.CancellationToken cancellationToken)", + "Kind": "Addition" + }, + { + "TypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHost : System.IDisposable", + "MemberId": "System.Threading.Tasks.Task StopAsync(System.Threading.CancellationToken cancellationToken)", + "Kind": "Addition" + } +] \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.Hosting.Abstractions/exceptions.net45.json b/src/Microsoft.AspNetCore.Hosting.Abstractions/exceptions.net45.json deleted file mode 100644 index e73947e5..00000000 --- a/src/Microsoft.AspNetCore.Hosting.Abstractions/exceptions.net45.json +++ /dev/null @@ -1,45 +0,0 @@ -[ - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "NewMemberId": "Microsoft.AspNetCore.Hosting.IWebHostBuilder ConfigureLogging(System.Action configureLogging) where T0 : Microsoft.Extensions.Logging.ILoggerFactory", - "Kind": "Addition" - }, - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "NewMemberId": "Microsoft.AspNetCore.Hosting.IWebHostBuilder UseLoggerFactory(System.Func createLoggerFactory)", - "Kind": "Addition" - }, - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "NewMemberId": "Microsoft.AspNetCore.Hosting.IWebHostBuilder ConfigureConfiguration(System.Action configureDelegate)", - "Kind": "Addition" - }, - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHost : System.IDisposable", - "OldMemberId": "System.Void Start()", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHost : System.IDisposable", - "NewMemberId": "System.Threading.Tasks.Task StartAsync(System.Threading.CancellationToken cancellationToken)", - "Kind": "Modification" - }, - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHost : System.IDisposable", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHost : System.IDisposable", - "NewMemberId": "System.Threading.Tasks.Task StartAsync(System.Threading.CancellationToken cancellationToken)", - "Kind": "Addition" - }, - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHost : System.IDisposable", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHost : System.IDisposable", - "NewMemberId": "System.Threading.Tasks.Task StopAsync(System.Threading.CancellationToken cancellationToken)", - "Kind": "Addition" - }, - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "NewMemberId": "Microsoft.AspNetCore.Hosting.IWebHostBuilder ConfigureServices(System.Action configureServices)", - "Kind": "Addition" - } -] \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.Hosting.Abstractions/exceptions.netcore.json b/src/Microsoft.AspNetCore.Hosting.Abstractions/exceptions.netcore.json deleted file mode 100644 index b7204062..00000000 --- a/src/Microsoft.AspNetCore.Hosting.Abstractions/exceptions.netcore.json +++ /dev/null @@ -1,45 +0,0 @@ -[ - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "NewMemberId": "Microsoft.AspNetCore.Hosting.IWebHostBuilder ConfigureLogging(System.Action configureLogging) where T0 : Microsoft.Extensions.Logging.ILoggerFactory", - "Kind": "Addition" - }, - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "NewMemberId": "Microsoft.AspNetCore.Hosting.IWebHostBuilder UseLoggerFactory(System.Func createLoggerFactory)", - "Kind": "Addition" - }, - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "NewMemberId": "Microsoft.AspNetCore.Hosting.IWebHostBuilder ConfigureAppConfiguration(System.Action configureDelegate)", - "Kind": "Addition" - }, - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHost : System.IDisposable", - "OldMemberId": "System.Void Start()", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHost : System.IDisposable", - "NewMemberId": "System.Threading.Tasks.Task StartAsync(System.Threading.CancellationToken cancellationToken)", - "Kind": "Modification" - }, - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHost : System.IDisposable", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHost : System.IDisposable", - "NewMemberId": "System.Threading.Tasks.Task StartAsync(System.Threading.CancellationToken cancellationToken)", - "Kind": "Addition" - }, - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHost : System.IDisposable", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHost : System.IDisposable", - "NewMemberId": "System.Threading.Tasks.Task StopAsync(System.Threading.CancellationToken cancellationToken)", - "Kind": "Addition" - }, - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.IWebHostBuilder", - "NewMemberId": "Microsoft.AspNetCore.Hosting.IWebHostBuilder ConfigureServices(System.Action configureServices)", - "Kind": "Addition" - } -] \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.Hosting.Server.Abstractions/baseline.net45.json b/src/Microsoft.AspNetCore.Hosting.Server.Abstractions/baseline.net45.json deleted file mode 100644 index 13db5ada..00000000 --- a/src/Microsoft.AspNetCore.Hosting.Server.Abstractions/baseline.net45.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "AssemblyIdentity": "Microsoft.AspNetCore.Hosting.Server.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60", - "Types": [ - { - "Name": "Microsoft.AspNetCore.Hosting.Server.IHttpApplication", - "Visibility": "Public", - "Kind": "Interface", - "Abstract": true, - "ImplementedInterfaces": [], - "Members": [ - { - "Kind": "Method", - "Name": "CreateContext", - "Parameters": [ - { - "Name": "contextFeatures", - "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection" - } - ], - "ReturnType": "T0", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "ProcessRequestAsync", - "Parameters": [ - { - "Name": "context", - "Type": "T0" - } - ], - "ReturnType": "System.Threading.Tasks.Task", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "DisposeContext", - "Parameters": [ - { - "Name": "context", - "Type": "T0" - }, - { - "Name": "exception", - "Type": "System.Exception" - } - ], - "ReturnType": "System.Void", - "GenericParameter": [] - } - ], - "GenericParameters": [ - { - "ParameterName": "TContext", - "ParameterPosition": 0, - "BaseTypeOrInterfaces": [] - } - ] - }, - { - "Name": "Microsoft.AspNetCore.Hosting.Server.IServer", - "Visibility": "Public", - "Kind": "Interface", - "Abstract": true, - "ImplementedInterfaces": [ - "System.IDisposable" - ], - "Members": [ - { - "Kind": "Method", - "Name": "get_Features", - "Parameters": [], - "ReturnType": "Microsoft.AspNetCore.Http.Features.IFeatureCollection", - "GenericParameter": [] - }, - { - "Kind": "Method", - "Name": "Start", - "Parameters": [ - { - "Name": "application", - "Type": "Microsoft.AspNetCore.Hosting.Server.IHttpApplication" - } - ], - "ReturnType": "System.Void", - "GenericParameter": [ - { - "ParameterName": "TContext", - "ParameterPosition": 0, - "BaseTypeOrInterfaces": [] - } - ] - } - ], - "GenericParameters": [] - }, - { - "Name": "Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature", - "Visibility": "Public", - "Kind": "Interface", - "Abstract": true, - "ImplementedInterfaces": [], - "Members": [ - { - "Kind": "Method", - "Name": "get_Addresses", - "Parameters": [], - "ReturnType": "System.Collections.Generic.ICollection", - "GenericParameter": [] - } - ], - "GenericParameters": [] - } - ] -} \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.Hosting.Server.Abstractions/breakingchanges.netcore.json b/src/Microsoft.AspNetCore.Hosting.Server.Abstractions/breakingchanges.netcore.json new file mode 100644 index 00000000..b5b235a0 --- /dev/null +++ b/src/Microsoft.AspNetCore.Hosting.Server.Abstractions/breakingchanges.netcore.json @@ -0,0 +1,27 @@ +[ + { + "TypeId": "public interface Microsoft.AspNetCore.Hosting.Server.IServer : System.IDisposable", + "MemberId": "System.Void Start(Microsoft.AspNetCore.Hosting.Server.IHttpApplication application)", + "Kind": "Removal" + }, + { + "TypeId": "public interface Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature", + "MemberId": "System.Boolean get_PreferHostingUrls()", + "Kind": "Addition" + }, + { + "TypeId": "public interface Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature", + "MemberId": "System.Void set_PreferHostingUrls(System.Boolean value)", + "Kind": "Addition" + }, + { + "TypeId": "public interface Microsoft.AspNetCore.Hosting.Server.IServer : System.IDisposable", + "MemberId": "System.Threading.Tasks.Task StartAsync(Microsoft.AspNetCore.Hosting.Server.IHttpApplication application, System.Threading.CancellationToken cancellationToken)", + "Kind": "Addition" + }, + { + "TypeId": "public interface Microsoft.AspNetCore.Hosting.Server.IServer : System.IDisposable", + "MemberId": "System.Threading.Tasks.Task StopAsync(System.Threading.CancellationToken cancellationToken)", + "Kind": "Addition" + } +] \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.Hosting.Server.Abstractions/exceptions.net45.json b/src/Microsoft.AspNetCore.Hosting.Server.Abstractions/exceptions.net45.json deleted file mode 100644 index 7a5789b8..00000000 --- a/src/Microsoft.AspNetCore.Hosting.Server.Abstractions/exceptions.net45.json +++ /dev/null @@ -1,33 +0,0 @@ -[ - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature", - "NewMemberId": "System.Boolean get_PreferHostingUrls()", - "Kind": "Addition" - }, - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature", - "NewMemberId": "System.Void set_PreferHostingUrls(System.Boolean value)", - "Kind": "Addition" - }, - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.Server.IServer : System.IDisposable", - "OldMemberId": "System.Void Start(Microsoft.AspNetCore.Hosting.Server.IHttpApplication application)", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.Server.IServer : System.IDisposable", - "NewMemberId": "System.Threading.Tasks.Task StartAsync(Microsoft.AspNetCore.Hosting.Server.IHttpApplication application, System.Threading.CancellationToken cancellationToken)", - "Kind": "Modification" - }, - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.Server.IServer : System.IDisposable", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.Server.IServer : System.IDisposable", - "NewMemberId": "System.Threading.Tasks.Task StartAsync(Microsoft.AspNetCore.Hosting.Server.IHttpApplication application, System.Threading.CancellationToken cancellationToken)", - "Kind": "Addition" - }, - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.Server.IServer : System.IDisposable", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.Server.IServer : System.IDisposable", - "NewMemberId": "System.Threading.Tasks.Task StopAsync(System.Threading.CancellationToken cancellationToken)", - "Kind": "Addition" - } -] \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.Hosting.Server.Abstractions/exceptions.netcore.json b/src/Microsoft.AspNetCore.Hosting.Server.Abstractions/exceptions.netcore.json deleted file mode 100644 index 7a5789b8..00000000 --- a/src/Microsoft.AspNetCore.Hosting.Server.Abstractions/exceptions.netcore.json +++ /dev/null @@ -1,33 +0,0 @@ -[ - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature", - "NewMemberId": "System.Boolean get_PreferHostingUrls()", - "Kind": "Addition" - }, - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature", - "NewMemberId": "System.Void set_PreferHostingUrls(System.Boolean value)", - "Kind": "Addition" - }, - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.Server.IServer : System.IDisposable", - "OldMemberId": "System.Void Start(Microsoft.AspNetCore.Hosting.Server.IHttpApplication application)", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.Server.IServer : System.IDisposable", - "NewMemberId": "System.Threading.Tasks.Task StartAsync(Microsoft.AspNetCore.Hosting.Server.IHttpApplication application, System.Threading.CancellationToken cancellationToken)", - "Kind": "Modification" - }, - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.Server.IServer : System.IDisposable", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.Server.IServer : System.IDisposable", - "NewMemberId": "System.Threading.Tasks.Task StartAsync(Microsoft.AspNetCore.Hosting.Server.IHttpApplication application, System.Threading.CancellationToken cancellationToken)", - "Kind": "Addition" - }, - { - "OldTypeId": "public interface Microsoft.AspNetCore.Hosting.Server.IServer : System.IDisposable", - "NewTypeId": "public interface Microsoft.AspNetCore.Hosting.Server.IServer : System.IDisposable", - "NewMemberId": "System.Threading.Tasks.Task StopAsync(System.Threading.CancellationToken cancellationToken)", - "Kind": "Addition" - } -] \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.Hosting.WindowsServices/baseline.net45.json b/src/Microsoft.AspNetCore.Hosting.WindowsServices/baseline.netframework.json similarity index 100% rename from src/Microsoft.AspNetCore.Hosting.WindowsServices/baseline.net45.json rename to src/Microsoft.AspNetCore.Hosting.WindowsServices/baseline.netframework.json diff --git a/src/Microsoft.AspNetCore.TestHost/baseline.net45.json b/src/Microsoft.AspNetCore.TestHost/baseline.netframework.json similarity index 100% rename from src/Microsoft.AspNetCore.TestHost/baseline.net45.json rename to src/Microsoft.AspNetCore.TestHost/baseline.netframework.json