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 8e16754 commit a9f95adCopy full SHA for a9f95ad
src/Hosting/TestHost/test/UseSolutionRelativeContentRootTests.cs
@@ -6,7 +6,8 @@
6
7
namespace Microsoft.AspNetCore.TestHost;
8
9
-#pragma warning disable ASPDEPR004 // Type or member is obsolete
+#pragma warning disable ASPDEPR004 // WebHostBuilder is obsolete
10
+#pragma warning disable ASPDEPR008 // WebHost is obsolete
11
public class UseSolutionRelativeContentRootTests : IDisposable
12
{
13
private readonly string _tempDirectory;
@@ -195,4 +196,5 @@ public void Dispose()
195
196
}
197
198
-#pragma warning restore ASPDEPR004 // Type or member is obsolete
199
+#pragma warning restore ASPDEPR008 // WebHost is obsolete
200
0 commit comments