File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 77 <UseWinUI >true</UseWinUI >
88 <Nullable >enable</Nullable >
99 <IncludeSymbols >true</IncludeSymbols >
10- <SymbolPackageFormat >snupkg</ SymbolPackageFormat >
10+ <DebugType >portable</ DebugType >
1111 <EmbedUntrackedSources >true</EmbedUntrackedSources >
12+ <GenerateLibraryLayout >true</GenerateLibraryLayout >
13+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
14+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
15+ <AllowedOutputExtensionsInPackageBuildOutputFolder >.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
1216 </PropertyGroup >
1317
1418 <PropertyGroup >
Original file line number Diff line number Diff line change @@ -224,6 +224,10 @@ private void StartWebViewCoreIfPossible()
224224 _webviewManager . Navigate ( StartPath ) ;
225225 }
226226
227+ /// <summary>
228+ /// Navigates to the specified URI.
229+ /// </summary>
230+ /// <param name="path">The URI to navigate to.</param>
227231 public void Navigate ( string path )
228232 {
229233 _webviewManager ? . Navigate ( path ) ;
Original file line number Diff line number Diff line change 11using System ;
22using Microsoft . Web . WebView2 . Core ;
3+ using WebView2Control = Microsoft . UI . Xaml . Controls . WebView2 ;
34
45namespace Microsoft . AspNetCore . Components . WebView ;
56
You can’t perform that action at this time.
0 commit comments