-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-MetaConcerns something that extends across runtime area boundaries, for example, IDisposable.Concerns something that extends across runtime area boundaries, for example, IDisposable.documentationuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
Description
Documentation for some types contains "Thread Safety" section.
For example, for the System.String type it says, that
This type is thread safe.
and for some other types (like List<> here) it is more descriptive.
But the documentation for many types does not contain this section at all, for example for HashSet<> here.
Does it mean, that the type should be treated as
Public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
when the "Thread Safety" section does not exist in the documentation?
Otherwise, is it possible to add this section to all types?
Metadata
Metadata
Assignees
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-MetaConcerns something that extends across runtime area boundaries, for example, IDisposable.Concerns something that extends across runtime area boundaries, for example, IDisposable.documentationuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner