From 20af9b88bb7d04610ed80f14935f7bab308ccb9b Mon Sep 17 00:00:00 2001 From: Mackinnon Buck Date: Fri, 4 Sep 2020 12:09:29 -0700 Subject: [PATCH] Update PublicAPI.Unshipped.txt (#25629) - unbreak the build --- .../src/PublicAPI.Unshipped.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/JSInterop/Microsoft.JSInterop/src/PublicAPI.Unshipped.txt b/src/JSInterop/Microsoft.JSInterop/src/PublicAPI.Unshipped.txt index cbb05786f4..8baa99e231 100644 --- a/src/JSInterop/Microsoft.JSInterop/src/PublicAPI.Unshipped.txt +++ b/src/JSInterop/Microsoft.JSInterop/src/PublicAPI.Unshipped.txt @@ -13,11 +13,27 @@ Microsoft.JSInterop.IJSObjectReference.InvokeAsync(string! identifier, o Microsoft.JSInterop.IJSRuntime Microsoft.JSInterop.IJSRuntime.InvokeAsync(string! identifier, System.Threading.CancellationToken cancellationToken, object?[]? args) -> System.Threading.Tasks.ValueTask Microsoft.JSInterop.IJSRuntime.InvokeAsync(string! identifier, object?[]? args) -> System.Threading.Tasks.ValueTask +Microsoft.JSInterop.IJSUnmarshalledObjectReference +Microsoft.JSInterop.IJSUnmarshalledObjectReference.InvokeUnmarshalled(string! identifier, T0 arg0, T1 arg1, T2 arg2) -> TResult +Microsoft.JSInterop.IJSUnmarshalledObjectReference.InvokeUnmarshalled(string! identifier, T0 arg0, T1 arg1) -> TResult +Microsoft.JSInterop.IJSUnmarshalledObjectReference.InvokeUnmarshalled(string! identifier, T0 arg0) -> TResult +Microsoft.JSInterop.IJSUnmarshalledObjectReference.InvokeUnmarshalled(string! identifier) -> TResult Microsoft.JSInterop.IJSUnmarshalledRuntime Microsoft.JSInterop.IJSUnmarshalledRuntime.InvokeUnmarshalled(string! identifier, T0 arg0, T1 arg1, T2 arg2) -> TResult Microsoft.JSInterop.IJSUnmarshalledRuntime.InvokeUnmarshalled(string! identifier, T0 arg0, T1 arg1) -> TResult Microsoft.JSInterop.IJSUnmarshalledRuntime.InvokeUnmarshalled(string! identifier, T0 arg0) -> TResult Microsoft.JSInterop.IJSUnmarshalledRuntime.InvokeUnmarshalled(string! identifier) -> TResult +Microsoft.JSInterop.Implementation.JSInProcessObjectReference +Microsoft.JSInterop.Implementation.JSInProcessObjectReference.Dispose() -> void +Microsoft.JSInterop.Implementation.JSInProcessObjectReference.Invoke(string! identifier, params object?[]? args) -> TValue +Microsoft.JSInterop.Implementation.JSInProcessObjectReference.JSInProcessObjectReference(Microsoft.JSInterop.JSInProcessRuntime! jsRuntime, long id) -> void +Microsoft.JSInterop.Implementation.JSObjectReference +Microsoft.JSInterop.Implementation.JSObjectReference.DisposeAsync() -> System.Threading.Tasks.ValueTask +Microsoft.JSInterop.Implementation.JSObjectReference.Id.get -> long +Microsoft.JSInterop.Implementation.JSObjectReference.InvokeAsync(string! identifier, System.Threading.CancellationToken cancellationToken, object?[]? args) -> System.Threading.Tasks.ValueTask +Microsoft.JSInterop.Implementation.JSObjectReference.InvokeAsync(string! identifier, object?[]? args) -> System.Threading.Tasks.ValueTask +Microsoft.JSInterop.Implementation.JSObjectReference.JSObjectReference(Microsoft.JSInterop.JSRuntime! jsRuntime, long id) -> void +Microsoft.JSInterop.Implementation.JSObjectReference.ThrowIfDisposed() -> void Microsoft.JSInterop.Infrastructure.DotNetDispatcher Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo.AssemblyName.get -> string?