-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
area-MetaConcerns something that extends across runtime area boundaries, for example, IDisposable.Concerns something that extends across runtime area boundaries, for example, IDisposable.
Description
Describe the issue or suggestion
Similar to #11345, but this issue is to find obsolete members and delete any code examples in those members only.
Rubric is delete code examples for members if the member is:
- Obsolete since .NET Framework 4 or earlier
- Obsolete in .NET and deprecated in .NET Fx (e.g. CAS)
- Obsolete in .NET and not editor browsable in .NET Fx
See https://github.com/gewarren/tools/tree/main/EcmaXmlHelpers/ObsoleteExampleFinder.
Metadata
Metadata
Assignees
Labels
area-MetaConcerns something that extends across runtime area boundaries, for example, IDisposable.Concerns something that extends across runtime area boundaries, for example, IDisposable.
Type
Projects
Status
✅ Done