You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If MyProject\.Server namespace is excluded by filter config without type restriction.
Then IncludeAttributeDefault method return false for symbol that expected to be included.
I thought it need to fix documentation
or need to change type check logics when type is not specified.
Describe the bug
The api filtering yml mechanism does not allow keeping a specific sub namespace as per https://dotnet.github.io/docfx/docs/dotnet-api-docs.html#filter-by-uid.
To Reproduce
Steps to reproduce the behavior:
The following api rules yml does filters out all items in the
MyProject.Server
namespace.Expected behavior
Based on the documentation this should generate docs for only MyProject.Server.Config
It seems like the excludes are taking precedence over the includes.
Context (please complete the following information):
The text was updated successfully, but these errors were encountered: