From 0a1058b7ce37a799cdeddd5be7beecebe22aff2a Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:08:40 -0500 Subject: [PATCH] Update VS regression remarks (#34142) --- aspnetcore/blazor/tutorials/movie-database-app/part-2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/blazor/tutorials/movie-database-app/part-2.md b/aspnetcore/blazor/tutorials/movie-database-app/part-2.md index bbfeeb1fad..b7141aecef 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/part-2.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/part-2.md @@ -417,9 +417,9 @@ When you select the **:::no-loc text="Create":::** button, the movie data is pos :::zone pivot="vs" -A temporary Visual Studio debugger regression breaks with a on the line that navigates back to the `Index` page: +A Visual Studio debugger regression breaks with a on the line that navigates back to the `Index` page: -![The Matrix movie shown in the movies 'Index' page](~/blazor/tutorials/movie-database-app/part-2/_static/movie-added.png) +![Debugger regression: A navigation exception is thrown on the NavigateTo call.](~/blazor/tutorials/movie-database-app/part-2/_static/debugger_regression.png) To resolve this problem until the debugger is updated by a future Visual Studio release: