Skip to content

Commit 17193ef

Browse files
Copilotwadepickett
andauthored
Remove unused using Microsoft.AspNetCore.Mvc.Rendering from Index.cshtml.cs scaffolding snippets (#36842)
* Initial plan * Remove unused `using Microsoft.AspNetCore.Mvc.Rendering` from Index.cshtml.cs snippetFullFirstGenerated blocks Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
1 parent 85dd600 commit 17193ef

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

aspnetcore/tutorials/razor-pages/razor-pages-start/snapshot-sample10/Pages/Movies/Index.cshtml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
using Microsoft.EntityFrameworkCore;
1212
using RazorPagesMovie.Data;
1313
using RazorPagesMovie.Models;
14-
using Microsoft.AspNetCore.Mvc.Rendering;
1514

1615
namespace RazorPagesMovie.Pages.Movies
1716
{

aspnetcore/tutorials/razor-pages/razor-pages-start/snapshot_sample9/Pages/Movies/Index.cshtml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
using Microsoft.EntityFrameworkCore;
1212
using RazorPagesMovie.Data;
1313
using RazorPagesMovie.Models;
14-
using Microsoft.AspNetCore.Mvc.Rendering;
1514

1615
namespace RazorPagesMovie.Pages.Movies
1716
{

0 commit comments

Comments
 (0)