From 2e9e3bf72b99038198031e9a7298b818338675f9 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Mon, 13 Feb 2023 16:56:37 -1000 Subject: [PATCH] Add snippet tag (#116) --- .../IntegrationTestsSample/src/RazorPagesProject/Program.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration-tests/IntegrationTestsSample/src/RazorPagesProject/Program.cs b/test/integration-tests/IntegrationTestsSample/src/RazorPagesProject/Program.cs index 2da274c..6abb452 100644 --- a/test/integration-tests/IntegrationTestsSample/src/RazorPagesProject/Program.cs +++ b/test/integration-tests/IntegrationTestsSample/src/RazorPagesProject/Program.cs @@ -1,3 +1,4 @@ +// using System.Data.Common; using System.Net.Http.Headers; using Microsoft.AspNetCore.Identity; @@ -90,3 +91,4 @@ using (var scope = app.Services.CreateScope()) app.Run(); public partial class Program { } +//