Skip to content

Commit

Permalink
Add MD links
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren authored Sep 17, 2024
1 parent 0083b17 commit 6a809ff
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ Check out these APIs!
- <xref:System.Collections.Generic.LinkedList`1.System%23Collections%23Generic%23ICollection{T}%23Add(`0)>
- <xref:System.Tuple`3.System%23Collections%23IStructuralComparable%23CompareTo(System.Object,System.Collections.IComparer)>

Also see these Markdown links:

- [System.Collections.Generic.HashSet<T>.AlternateLookup<TAlternate>](/dotnet/api/system.collections.generic.hashset-1.alternatelookup-1)

Check failure on line 30 in docs/core/compatibility/core-libraries/9.0/obsolete-apis-with-custom-diagnostics.md

View workflow job for this annotation

GitHub Actions / lint

Inline HTML

docs/core/compatibility/core-libraries/9.0/obsolete-apis-with-custom-diagnostics.md:30:38 MD033/no-inline-html Inline HTML [Element: T] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md033.md

Check failure on line 30 in docs/core/compatibility/core-libraries/9.0/obsolete-apis-with-custom-diagnostics.md

View workflow job for this annotation

GitHub Actions / lint

Inline HTML

docs/core/compatibility/core-libraries/9.0/obsolete-apis-with-custom-diagnostics.md:30:57 MD033/no-inline-html Inline HTML [Element: TAlternate] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md033.md
- [System.StringComparer()](/dotnet/api/system.stringcomparer.-ctor#system-stringcomparer-ctor)
- [System.Collections.Generic.LinkedList<T>.Enumerator](/dotnet/api/system.collections.generic.linkedlist-1.enumerator)

Check failure on line 32 in docs/core/compatibility/core-libraries/9.0/obsolete-apis-with-custom-diagnostics.md

View workflow job for this annotation

GitHub Actions / lint

Inline HTML

docs/core/compatibility/core-libraries/9.0/obsolete-apis-with-custom-diagnostics.md:32:41 MD033/no-inline-html Inline HTML [Element: T] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md033.md
- [System.Collections.Generic.LinkedList<T>.AddAfter(LinkedListNode<T>, LinkedListNode<T>)](/dotnet/api/system.collections.generic.linkedlist-1.addafter#system-collections-generic-linkedlist-1-addafter(system-collections-generic-linkedlistnode((-0))-system-collections-generic-linkedlistnode((-0))))

Check failure on line 33 in docs/core/compatibility/core-libraries/9.0/obsolete-apis-with-custom-diagnostics.md

View workflow job for this annotation

GitHub Actions / lint

Inline HTML

docs/core/compatibility/core-libraries/9.0/obsolete-apis-with-custom-diagnostics.md:33:41 MD033/no-inline-html Inline HTML [Element: T] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md033.md

Check failure on line 33 in docs/core/compatibility/core-libraries/9.0/obsolete-apis-with-custom-diagnostics.md

View workflow job for this annotation

GitHub Actions / lint

Inline HTML

docs/core/compatibility/core-libraries/9.0/obsolete-apis-with-custom-diagnostics.md:33:68 MD033/no-inline-html Inline HTML [Element: T] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md033.md

Check failure on line 33 in docs/core/compatibility/core-libraries/9.0/obsolete-apis-with-custom-diagnostics.md

View workflow job for this annotation

GitHub Actions / lint

Inline HTML

docs/core/compatibility/core-libraries/9.0/obsolete-apis-with-custom-diagnostics.md:33:87 MD033/no-inline-html Inline HTML [Element: T] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md033.md
- [System.Collections.Generic.LinkedList<T>.System.Collections.Generic.ICollection<T>.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))

Check failure on line 34 in docs/core/compatibility/core-libraries/9.0/obsolete-apis-with-custom-diagnostics.md

View workflow job for this annotation

GitHub Actions / lint

Inline HTML

docs/core/compatibility/core-libraries/9.0/obsolete-apis-with-custom-diagnostics.md:34:41 MD033/no-inline-html Inline HTML [Element: T] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md033.md

Check failure on line 34 in docs/core/compatibility/core-libraries/9.0/obsolete-apis-with-custom-diagnostics.md

View workflow job for this annotation

GitHub Actions / lint

Inline HTML

docs/core/compatibility/core-libraries/9.0/obsolete-apis-with-custom-diagnostics.md:34:83 MD033/no-inline-html Inline HTML [Element: T] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md033.md

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
Expand Down

0 comments on commit 6a809ff

Please sign in to comment.