Skip to content

Commit 0a1058b

Browse files
authored
Update VS regression remarks (#34142)
1 parent 7cb9a4d commit 0a1058b

File tree

1 file changed

+2
-2
lines changed
  • aspnetcore/blazor/tutorials/movie-database-app

1 file changed

+2
-2
lines changed

aspnetcore/blazor/tutorials/movie-database-app/part-2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,9 +417,9 @@ When you select the **:::no-loc text="Create":::** button, the movie data is pos
417417

418418
:::zone pivot="vs"
419419

420-
A temporary Visual Studio debugger regression breaks with a <xref:Microsoft.AspNetCore.Components.NavigationException> on the line that navigates back to the `Index` page:
420+
A Visual Studio debugger regression breaks with a <xref:Microsoft.AspNetCore.Components.NavigationException> on the line that navigates back to the `Index` page:
421421

422-
![The Matrix movie shown in the movies 'Index' page](~/blazor/tutorials/movie-database-app/part-2/_static/movie-added.png)
422+
![Debugger regression: A navigation exception is thrown on the NavigateTo call.](~/blazor/tutorials/movie-database-app/part-2/_static/debugger_regression.png)
423423

424424
To resolve this problem until the debugger is updated by a future Visual Studio release:
425425

0 commit comments

Comments
 (0)