We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d3190 commit e252d59Copy full SHA for e252d59
src/Http/Http/perf/Microbenchmarks/RequestDelegateGeneratorBenchmarks.cs
@@ -1,7 +1,11 @@
1
// Licensed to the .NET Foundation under one or more agreements.
2
// The .NET Foundation licenses this file to you under the MIT license.
3
+using System.Text;
4
using BenchmarkDotNet.Attributes;
5
using Microsoft.AspNetCore.Http.Generators.Tests;
6
+using Microsoft.CodeAnalysis;
7
+using Microsoft.CodeAnalysis.CSharp;
8
+using Microsoft.CodeAnalysis.Text;
9
10
namespace Microsoft.AspNetCore.Http.Microbenchmarks;
11
0 commit comments