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 nested modules #342

Closed

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

@OnkelMato OnkelMato closed this May 15, 2024
@jchannon
Copy link
Member

@OnkelMato why did you close this? happy to merge

@OnkelMato
Copy link
Contributor Author

I reviewed my changes and was not satisfied with the quality. A new pull request was created.

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.

None yet

2 participants