From 6a809ffba8fb77f219851fda8c43c8606ef09aa9 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:30:03 -0700 Subject: [PATCH] Add MD links --- .../9.0/obsolete-apis-with-custom-diagnostics.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/core/compatibility/core-libraries/9.0/obsolete-apis-with-custom-diagnostics.md b/docs/core/compatibility/core-libraries/9.0/obsolete-apis-with-custom-diagnostics.md index e60fbdbe2dc13..a472661e44d2e 100644 --- a/docs/core/compatibility/core-libraries/9.0/obsolete-apis-with-custom-diagnostics.md +++ b/docs/core/compatibility/core-libraries/9.0/obsolete-apis-with-custom-diagnostics.md @@ -25,6 +25,14 @@ Check out these APIs! - - +Also see these Markdown links: + +- [System.Collections.Generic.HashSet.AlternateLookup](/dotnet/api/system.collections.generic.hashset-1.alternatelookup-1) +- [System.StringComparer()](/dotnet/api/system.stringcomparer.-ctor#system-stringcomparer-ctor) +- [System.Collections.Generic.LinkedList.Enumerator](/dotnet/api/system.collections.generic.linkedlist-1.enumerator) +- [System.Collections.Generic.LinkedList.AddAfter(LinkedListNode, LinkedListNode)](/dotnet/api/system.collections.generic.linkedlist-1.addafter#system-collections-generic-linkedlist-1-addafter(system-collections-generic-linkedlistnode((-0))-system-collections-generic-linkedlistnode((-0)))) +- [System.Collections.Generic.LinkedList.System.Collections.Generic.ICollection.Add(T)](/dotnet/api/system.collections.generic.linkedlist-1.system-collections-generic-icollection-t--add#system-collections-generic-linkedlist-1-system-collections-generic-icollection((t))-add(-0)) + Some APIs have been marked as obsolete, starting in .NET 9. This breaking change is specific to APIs that have been marked as obsolete *with a custom diagnostic ID*. Suppressing the default obsoletion diagnostic ID, which is [CS0618](../../../../csharp/language-reference/compiler-messages/cs0618.md) for the C# compiler, does not suppress the warnings that the compiler generates when these APIs are used. ## Change description