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