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

Support for nested modules #350

Merged
merged 2 commits into from
May 25, 2024

Conversation

OnkelMato
Copy link
Contributor

As a developer,
I want to use nested classes,
so that I can design my application with vertical feature slices.

For vertical slices, a static class is created which contains all concerns like handler or dtos. This includes the endpoint definition through Carter modules.

This tiny fix reads all public nested classes as well as the public classes. This fixes issue #327

@jchannon jchannon merged commit 35f0a0c into CarterCommunity:main May 25, 2024
1 check failed
@jchannon
Copy link
Member

Thanks! 👍

@jchannon jchannon added this to the vNext milestone May 25, 2024
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.

2 participants