Skip to content

Commit e252d59

Browse files
committed
Add usings
1 parent a6d3190 commit e252d59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Http/Http/perf/Microbenchmarks/RequestDelegateGeneratorBenchmarks.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3+
using System.Text;
34
using BenchmarkDotNet.Attributes;
45
using Microsoft.AspNetCore.Http.Generators.Tests;
6+
using Microsoft.CodeAnalysis;
7+
using Microsoft.CodeAnalysis.CSharp;
8+
using Microsoft.CodeAnalysis.Text;
59

610
namespace Microsoft.AspNetCore.Http.Microbenchmarks;
711

0 commit comments

Comments
 (0)