Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

andreycha
Copy link

Remove extra whitespace and add missing ones in LazyThreadSafetyMode XML comments.

@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Jun 18, 2024
Copy link
Contributor

Tagging subscribers to this area: @mangod9
See info in area-owners.md if you want to be subscribed.

public enum LazyThreadSafetyMode
{
/// <summary>
/// This mode makes no guarantees around the thread-safety of the <see cref="Lazy{T}"/> instance. If used from multiple threads, the behavior of the <see cref="Lazy{T}"/> is undefined.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your interest in cleaning things up. However, two spaces after a period is a fairly common convention that was used historically, resulting in over 9000 places it's done in .cs files in this repo. I don't believe it's worth the churn to try to get them to all conform to a single-space-after-a-period rule, and I don't think it's worthwhile fixing comments one file at a time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Threading community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants