Skip to content

Commit a8ff151

Browse files
committed
Implicit using
1 parent bd949c5 commit a8ff151

File tree

6 files changed

+4
-5
lines changed

6 files changed

+4
-5
lines changed

test/Grpc.Net.Client.Web.Tests/Grpc.Net.Client.Web.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<ProjectReference Include="..\..\src\Grpc.Net.Client.Web\Grpc.Net.Client.Web.csproj" />
1111
</ItemGroup>
1212

13+
<ItemGroup>
14+
<Using Include="System.Net.Http" />
15+
</ItemGroup>
16+
1317
<ItemGroup>
1418
<Compile Include="..\Shared\ExceptionAssert.cs" Link="Infrastructure\ExceptionAssert.cs" />
1519
<Compile Include="..\Shared\TaskExtensions.cs" Link="Infrastructure\TaskExtensions.cs" />

test/Grpc.Net.Client.Web.Tests/GrpcWebHandlerTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#endregion
1818

1919
using System.Net;
20-
using System.Net.Http;
2120
using System.Net.Http.Headers;
2221
using Grpc.Net.Client.Web.Internal;
2322
using Grpc.Shared;

test/Grpc.Net.Client.Web.Tests/GrpcWebRequestContentTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#endregion
1818

1919
using System.Net;
20-
using System.Net.Http;
2120
using Grpc.Net.Client.Web.Internal;
2221
using NUnit.Framework;
2322

test/Grpc.Net.Client.Web.Tests/GrpcWebResponseContentTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#endregion
1818

1919
using System.Net;
20-
using System.Net.Http;
2120
using System.Net.Http.Headers;
2221
using Grpc.Net.Client.Web.Internal;
2322
using NUnit.Framework;

test/Grpc.Net.ClientFactory.Tests/DefaultGrpcClientFactoryTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
#endregion
1818

19-
using System.Net.Http;
2019
using Greet;
2120
using Grpc.Core;
2221
using Grpc.Net.Client.Internal;

test/Grpc.Net.ClientFactory.Tests/GrpcHttpClientBuilderExtensionsTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
using System.Globalization;
2020
using System.Net;
21-
using System.Net.Http;
2221
using Greet;
2322
using Grpc.Core;
2423
#if NET5_0_OR_GREATER

0 commit comments

Comments
 (0)