add missing examples for the EnumerateFiles method by StuartMosquera · Pull Request #11781 · dotnet/dotnet-api-docs

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@StuartMosquera

Copy link Copy Markdown

Contributor

Summary

  • This PR adds the missing examples for the EnumerateFiles method using the EnumerationOptions parameter for C#, F#, and VB.NET.

Fixes #10817

@StuartMosquera StuartMosquera requested a review from a team as a code owner

September 8, 2025 16:36

@dotnet-policy-service dotnet-policy-service bot added the community-contribution

Indicates that the PR has been added by a community member

label

Sep 8, 2025

@StuartMosquera

Copy link Copy Markdown

Contributor Author

I'm going to change the type names so it compiles.

@StuartMosquera

Copy link Copy Markdown

Contributor Author

Hi @gewarren, is there anything else to do with this PR?

Copy link Copy Markdown

Contributor

@gewarren gewarren left a comment

Choose a reason for hiding this comment

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

Thanks so much @StuartMosquera! This looks great. I know the existing remarks use leading whitespace, but that's unintentional and unnecessary.

StuartMosquera reacted with heart emoji

@StuartMosquera

Copy link Copy Markdown

Contributor Author

Thanks for the feedback! :godmode:

@gewarren gewarren merged commit 8833bcd into dotnet:main

Oct 21, 2025

5 checks passed

@StuartMosquera StuartMosquera deleted the add-missing-examples-for-EnumerateFiles branch

October 21, 2025 23:35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@gewarren gewarren gewarren approved these changes

Assignees

No one assigned

Labels

area-System.IO community-contribution

Indicates that the PR has been added by a community member

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

No examples for EnumerateFiles(String, String, EnumerationOptions)

2 participants

@StuartMosquera @gewarren