Skip to content

Commit 2d43301

Browse files
Add pragma warning suppression for IWebHost obsolete warning in TransportTestHelpers
Co-authored-by: BrennanConroy <[email protected]>
1 parent 410ec79 commit 2d43301

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Servers/Kestrel/shared/test/TransportTestHelpers/IWebHostPortExtensions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4+
#pragma warning disable CS0618 // Type or member is obsolete
5+
46
using System;
57
using System.Collections.Generic;
68
using System.Linq;

0 commit comments

Comments
 (0)