Skip to content
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

Implement IncludeVirtualMembers in MembersConfig #27

Merged
merged 2 commits into from
Mar 18, 2024

Conversation

Empiree
Copy link
Contributor

@Empiree Empiree commented Mar 15, 2024

Resolves #20 (Virtual Member)

Implemented the ability to include/exclude virtual members in MembersConfig.

By default, virtual members will be displayed.

Tested both in the global configuration via DumpConfig.Default.MembersConfig.IncludeVirtualMembers and by passing the config directly to the Dump() method.

I've also written xUnit tests to check the inclusion of virtual members, hopefully they will be useful.

@MoaidHathot MoaidHathot merged commit a059e05 into MoaidHathot:main Mar 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Virtual Member
2 participants