Skip to content

Commit 60318b9

Browse files
authored
Merge pull request #12 from fwickert/performance-improvement
Add missing using directive for System.Linq in Index.cshtml.cs
2 parents fc0a3b2 + 0a0c369 commit 60318b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Application/src/RazorPagesTestSample/Pages/Index.cshtml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using System.Threading;
88
using System.IO;
99
using System.IO.Compression;
10+
using System.Linq;
1011

1112
namespace RazorPagesTestSample.Pages
1213
{

0 commit comments

Comments
 (0)