You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fundamentals/syslib-diagnostics/syslib0014.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: SYSLIB0014 warning
3
3
description: Learn about the System.Net obsoletions that generate compile-time warning SYSLIB0014.
4
-
ms.date: 04/24/2021
4
+
ms.date: 10/21/2024
5
5
f1_keywords:
6
6
- syslib0014
7
7
---
@@ -25,7 +25,7 @@ Settings on <xref:System.Net.ServicePointManager> and <xref:System.Net.ServicePo
25
25
26
26
Use <xref:System.Net.Http.HttpClient> instead.
27
27
28
-
See the [HttpWebRequest to HttpClient migration guide](https://learn.microsoft.com/dotnet/fundamentals/networking/http/httpclient-migrate-from-httpwebrequest) for more info.
28
+
For more information, see [HttpWebRequest to HttpClient migration guide](../networking/http/httpclient-migrate-from-httpwebrequest.md).
0 commit comments