-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release/9.0.1xx-rc1] Regenerate PublicAPIs based on main (#24633)
* Regenerate PublicAPIs * Update script to generate PublicAPIs * added * sort * this * failed * no idea why it needs 2
- Loading branch information
1 parent
74d7309
commit 5d22e79
Showing
116 changed files
with
17,530 additions
and
18,501 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
src/BlazorWebView/src/Maui/PublicAPI/net-android/PublicAPI.Unshipped.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1 @@ | ||
#nullable enable | ||
Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.StartPath.get -> string! | ||
Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.StartPath.set -> void | ||
Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.StartPath.get -> string! | ||
Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.StartPath.set -> void | ||
static readonly Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.StartPathProperty -> Microsoft.Maui.Controls.BindableProperty! | ||
virtual Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.TryDispatchAsync(System.Action<System.IServiceProvider!>! workItem) -> System.Threading.Tasks.Task<bool>! | ||
virtual Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler.TryDispatchAsync(System.Action<System.IServiceProvider!>! workItem) -> System.Threading.Tasks.Task<bool>! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
src/BlazorWebView/src/Maui/PublicAPI/net-ios/PublicAPI.Unshipped.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1 @@ | ||
#nullable enable | ||
Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.StartPath.get -> string! | ||
Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.StartPath.set -> void | ||
Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.StartPath.get -> string! | ||
Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.StartPath.set -> void | ||
static readonly Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.StartPathProperty -> Microsoft.Maui.Controls.BindableProperty! | ||
virtual Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.TryDispatchAsync(System.Action<System.IServiceProvider!>! workItem) -> System.Threading.Tasks.Task<bool>! | ||
virtual Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler.TryDispatchAsync(System.Action<System.IServiceProvider!>! workItem) -> System.Threading.Tasks.Task<bool>! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
src/BlazorWebView/src/Maui/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1 @@ | ||
#nullable enable | ||
Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.StartPath.get -> string! | ||
Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.StartPath.set -> void | ||
Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.StartPath.get -> string! | ||
Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView.StartPath.set -> void | ||
static readonly Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.StartPathProperty -> Microsoft.Maui.Controls.BindableProperty! | ||
virtual Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView.TryDispatchAsync(System.Action<System.IServiceProvider!>! workItem) -> System.Threading.Tasks.Task<bool>! | ||
virtual Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler.TryDispatchAsync(System.Action<System.IServiceProvider!>! workItem) -> System.Threading.Tasks.Task<bool>! |
Oops, something went wrong.