-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Improve IDisposable note #12628
Copy link
Copy link
Open
Labels
needs-area-labelAn area label is needed to ensure this gets routed to the appropriate area ownersAn area label is needed to ensure this gets routed to the appropriate area ownersuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
Metadata
Metadata
Assignees
Labels
needs-area-labelAn area label is needed to ensure this gets routed to the appropriate area ownersAn area label is needed to ensure this gets routed to the appropriate area ownersuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
🔖 Ready
Describe the issue or suggestion
Many types that implement IDisposable include a lengthy note block that describes how to dispose. Instead, this information should live in the IDisposable remarks only and we can simply refer readers there.
Sample of existing text: