From 43895e751b877b25fe3f75c8a2e049df9d5ac12a Mon Sep 17 00:00:00 2001 From: Bud Cribar Date: Thu, 14 Nov 2024 09:13:34 -0700 Subject: [PATCH] update --- src/RemoteBlazorWebView.WinForms/PublicAPI.Shipped.txt | 3 +++ src/RemoteBlazorWebView.WinForms/PublicAPI.Unshipped.txt | 3 --- src/RemoteBlazorWebView.Wpf/Properties/AssemblyInfo.cs | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 src/RemoteBlazorWebView.Wpf/Properties/AssemblyInfo.cs diff --git a/src/RemoteBlazorWebView.WinForms/PublicAPI.Shipped.txt b/src/RemoteBlazorWebView.WinForms/PublicAPI.Shipped.txt index ed6cd7ff..d55402f6 100644 --- a/src/RemoteBlazorWebView.WinForms/PublicAPI.Shipped.txt +++ b/src/RemoteBlazorWebView.WinForms/PublicAPI.Shipped.txt @@ -27,6 +27,8 @@ Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.HostPage.set Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.RootComponents.get -> Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponentsCollection! Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.Services.get -> System.IServiceProvider! Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.Services.set -> void +Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.StartPath.get -> string! +Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.StartPath.set -> void Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.UrlLoading -> System.EventHandler? Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.WebView.get -> Microsoft.Web.WebView2.WinForms.WebView2! Microsoft.AspNetCore.Components.WebView.WindowsForms.IWindowsFormsBlazorWebViewBuilder @@ -49,3 +51,4 @@ static Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponentCollect static Microsoft.Extensions.DependencyInjection.BlazorWebViewServiceCollectionExtensions.AddBlazorWebViewDeveloperTools(this Microsoft.Extensions.DependencyInjection.IServiceCollection! services) -> Microsoft.Extensions.DependencyInjection.IServiceCollection! static Microsoft.Extensions.DependencyInjection.BlazorWebViewServiceCollectionExtensions.AddWindowsFormsBlazorWebView(this Microsoft.Extensions.DependencyInjection.IServiceCollection! services) -> Microsoft.AspNetCore.Components.WebView.WindowsForms.IWindowsFormsBlazorWebViewBuilder! virtual Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.CreateFileProvider(string! contentRootDir) -> Microsoft.Extensions.FileProviders.IFileProvider! +virtual Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.TryDispatchAsync(System.Action! workItem) -> System.Threading.Tasks.Task! diff --git a/src/RemoteBlazorWebView.WinForms/PublicAPI.Unshipped.txt b/src/RemoteBlazorWebView.WinForms/PublicAPI.Unshipped.txt index 6b5ef9b5..7dc5c581 100644 --- a/src/RemoteBlazorWebView.WinForms/PublicAPI.Unshipped.txt +++ b/src/RemoteBlazorWebView.WinForms/PublicAPI.Unshipped.txt @@ -1,4 +1 @@ #nullable enable -Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.StartPath.get -> string! -Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.StartPath.set -> void -virtual Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.TryDispatchAsync(System.Action! workItem) -> System.Threading.Tasks.Task! diff --git a/src/RemoteBlazorWebView.Wpf/Properties/AssemblyInfo.cs b/src/RemoteBlazorWebView.Wpf/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..acda48a8 --- /dev/null +++ b/src/RemoteBlazorWebView.Wpf/Properties/AssemblyInfo.cs @@ -0,0 +1,3 @@ +using System.Windows.Markup; + +[assembly: XmlnsDefinition("http://schemas.microsoft.com/winfx/2006/xaml/presentation/blazor", "Microsoft.AspNetCore.Components.WebView.Wpf")]