From 5c2c1d6f2ce42c939d72c89facb0ca2bd516fbba Mon Sep 17 00:00:00 2001 From: James Newton-King Date: Mon, 31 Oct 2022 13:23:13 +0800 Subject: [PATCH] Fix PublicAPI? --- .../src/PublicAPI/net7.0/PublicAPI.Unshipped.txt | 10 ++++++++++ .../PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt | 3 ++- .../PublicAPI/netstandard2.1/PublicAPI.Unshipped.txt | 10 ++++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/src/Servers/Connections.Abstractions/src/PublicAPI/net7.0/PublicAPI.Unshipped.txt b/src/Servers/Connections.Abstractions/src/PublicAPI/net7.0/PublicAPI.Unshipped.txt index aa5fad13eb1f..8c4a9bb452fa 100644 --- a/src/Servers/Connections.Abstractions/src/PublicAPI/net7.0/PublicAPI.Unshipped.txt +++ b/src/Servers/Connections.Abstractions/src/PublicAPI/net7.0/PublicAPI.Unshipped.txt @@ -1,8 +1,18 @@ #nullable enable +Microsoft.AspNetCore.Connections.Features.IConnectionNamedPipeFeature +Microsoft.AspNetCore.Connections.Features.IConnectionNamedPipeFeature.NamedPipe.get -> System.IO.Pipes.NamedPipeServerStream! Microsoft.AspNetCore.Connections.Features.IStreamClosedFeature Microsoft.AspNetCore.Connections.Features.IStreamClosedFeature.OnClosed(System.Action! callback, object? state) -> void Microsoft.AspNetCore.Connections.IConnectionListenerFactorySelector Microsoft.AspNetCore.Connections.IConnectionListenerFactorySelector.CanBind(System.Net.EndPoint! endpoint) -> bool +Microsoft.AspNetCore.Connections.NamedPipeEndPoint +Microsoft.AspNetCore.Connections.NamedPipeEndPoint.NamedPipeEndPoint(string! pipeName) -> void +Microsoft.AspNetCore.Connections.NamedPipeEndPoint.NamedPipeEndPoint(string! pipeName, string! serverName) -> void +Microsoft.AspNetCore.Connections.NamedPipeEndPoint.PipeName.get -> string! +Microsoft.AspNetCore.Connections.NamedPipeEndPoint.ServerName.get -> string! +override Microsoft.AspNetCore.Connections.NamedPipeEndPoint.Equals(object? obj) -> bool +override Microsoft.AspNetCore.Connections.NamedPipeEndPoint.GetHashCode() -> int +override Microsoft.AspNetCore.Connections.NamedPipeEndPoint.ToString() -> string! Microsoft.AspNetCore.Connections.TlsConnectionCallbackContext Microsoft.AspNetCore.Connections.TlsConnectionCallbackContext.ClientHelloInfo.get -> System.Net.Security.SslClientHelloInfo Microsoft.AspNetCore.Connections.TlsConnectionCallbackContext.ClientHelloInfo.set -> void diff --git a/src/Servers/Connections.Abstractions/src/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt b/src/Servers/Connections.Abstractions/src/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt index fc0ebd51abc6..d4e8ab74f791 100644 --- a/src/Servers/Connections.Abstractions/src/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt +++ b/src/Servers/Connections.Abstractions/src/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt @@ -6,7 +6,8 @@ Microsoft.AspNetCore.Connections.Features.IStreamClosedFeature.OnClosed(System.A Microsoft.AspNetCore.Connections.IConnectionListenerFactorySelector Microsoft.AspNetCore.Connections.IConnectionListenerFactorySelector.CanBind(System.Net.EndPoint! endpoint) -> bool Microsoft.AspNetCore.Connections.NamedPipeEndPoint -Microsoft.AspNetCore.Connections.NamedPipeEndPoint.NamedPipeEndPoint(string! pipeName, string! serverName = ".") -> void +Microsoft.AspNetCore.Connections.NamedPipeEndPoint.NamedPipeEndPoint(string! pipeName) -> void +Microsoft.AspNetCore.Connections.NamedPipeEndPoint.NamedPipeEndPoint(string! pipeName, string! serverName) -> void Microsoft.AspNetCore.Connections.NamedPipeEndPoint.PipeName.get -> string! Microsoft.AspNetCore.Connections.NamedPipeEndPoint.ServerName.get -> string! override Microsoft.AspNetCore.Connections.NamedPipeEndPoint.Equals(object? obj) -> bool diff --git a/src/Servers/Connections.Abstractions/src/PublicAPI/netstandard2.1/PublicAPI.Unshipped.txt b/src/Servers/Connections.Abstractions/src/PublicAPI/netstandard2.1/PublicAPI.Unshipped.txt index 88184eb7b651..d4e8ab74f791 100644 --- a/src/Servers/Connections.Abstractions/src/PublicAPI/netstandard2.1/PublicAPI.Unshipped.txt +++ b/src/Servers/Connections.Abstractions/src/PublicAPI/netstandard2.1/PublicAPI.Unshipped.txt @@ -1,5 +1,15 @@ #nullable enable +Microsoft.AspNetCore.Connections.Features.IConnectionNamedPipeFeature +Microsoft.AspNetCore.Connections.Features.IConnectionNamedPipeFeature.NamedPipe.get -> System.IO.Pipes.NamedPipeServerStream! Microsoft.AspNetCore.Connections.Features.IStreamClosedFeature Microsoft.AspNetCore.Connections.Features.IStreamClosedFeature.OnClosed(System.Action! callback, object? state) -> void Microsoft.AspNetCore.Connections.IConnectionListenerFactorySelector Microsoft.AspNetCore.Connections.IConnectionListenerFactorySelector.CanBind(System.Net.EndPoint! endpoint) -> bool +Microsoft.AspNetCore.Connections.NamedPipeEndPoint +Microsoft.AspNetCore.Connections.NamedPipeEndPoint.NamedPipeEndPoint(string! pipeName) -> void +Microsoft.AspNetCore.Connections.NamedPipeEndPoint.NamedPipeEndPoint(string! pipeName, string! serverName) -> void +Microsoft.AspNetCore.Connections.NamedPipeEndPoint.PipeName.get -> string! +Microsoft.AspNetCore.Connections.NamedPipeEndPoint.ServerName.get -> string! +override Microsoft.AspNetCore.Connections.NamedPipeEndPoint.Equals(object? obj) -> bool +override Microsoft.AspNetCore.Connections.NamedPipeEndPoint.GetHashCode() -> int +override Microsoft.AspNetCore.Connections.NamedPipeEndPoint.ToString() -> string!