Feat/private symbols by Patrick8639 · Pull Request #9972 · dotnet/docfx

added 2 commits

May 31, 2024 08:30
…on file, enumerates all the private members of the classes.

Todo:
- remove class constructor;
- remove compiler generated members.

filzrev

@Patrick8639

- Refactoring the parameter to directly pass a boolean value.

@yufeih yufeih added the new-feature

Makes the pull request to appear in "New Features" section of the next release note

label

Jun 3, 2024

p-kostov pushed a commit to ErpNetDocs/docfx that referenced this pull request

Jun 28, 2024
* (fix): when specifying "includePrivateMembers":"true" in the docfx.json file, enumerates all the private members of the classes.

Todo:
- remove class constructor;
- remove compiler generated members.

* Removes class constructors and compiler generated members.

* - Use a named parameter to specify the import options.
- Refactoring the parameter to directly pass a boolean value.

renovate bot referenced this pull request in dotnet/dotnet-operator-sdk

Jul 1, 2024