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 Command/Query definitions across multiple assemblies #85

Closed
SebastianKuesters opened this issue Jun 3, 2024 · 0 comments · Fixed by #86
Closed

Support Command/Query definitions across multiple assemblies #85

SebastianKuesters opened this issue Jun 3, 2024 · 0 comments · Fixed by #86
Assignees
Labels
enhancement New feature or request

Comments

@SebastianKuesters
Copy link
Member

In the modular monolith architecture I need to move Command/Query definitions, which should be accessible for other modules into a .Contract project. The implementation stays in the module itself, so we have to support that the handling logic of a Command/Query is in a different application then the Command/Query.

@SebastianKuesters SebastianKuesters self-assigned this Jun 3, 2024
@SebastianKuesters SebastianKuesters added the enhancement New feature or request label Jun 3, 2024
SebastianKuesters added a commit that referenced this issue Jun 3, 2024
…s-across-multiple-assemblies

feat: #85 added support for commands and queries across multiple asse…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant