-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update Regex.xml to clarify what the static method means in Regex.CacheSize #9533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Tagging subscribers to this area: @dotnet/area-system-text-regularexpressions Issue DetailsSummaryClarified what the static method means in the context of Regex.CacheSize. Current documentation is ambiguous, making it look like the discussion is about static C# methods and not Regex,Match/IsMatch/Replace/etc methods.
|
Learn Build status updates of commit fe3376b: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Gentle ping on @dotnet/area-system-text-regularexpressions members. |
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thank you
Learn Build status updates of commit 102c05d: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit d67a944: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Summary
Clarified what the static method means in the context of Regex.CacheSize. Current documentation is ambiguous, making it look like the discussion is about static C# methods and not Regex,Match/IsMatch/Replace/etc methods.