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

FEAT: Implement value object in Domain library #32

Merged
merged 4 commits into from
Jan 9, 2023
Merged

Conversation

CesarD
Copy link
Collaborator

@CesarD CesarD commented Dec 29, 2022

Closes #24
Adds base class ValueObject for implementing value objects in the domain as well as some tests for it.
Adds new class Address on the sample business domain to represent the individual fields previously belonging to Company and implements the mapping via EF Core as well as updating existing and new unit tests.

@CesarD CesarD linked an issue Dec 29, 2022 that may be closed by this pull request
@CesarD CesarD requested a review from a team December 29, 2022 18:56
@CesarD CesarD marked this pull request as draft December 31, 2022 10:46
@CesarD
Copy link
Collaborator Author

CesarD commented Dec 31, 2022

Switching to Draft until #33 is merged.

@CesarD CesarD marked this pull request as ready for review January 9, 2023 09:30
@Gonzo345 Gonzo345 merged commit 7114e90 into main Jan 9, 2023
@CesarD CesarD deleted the feat/valueobject branch January 10, 2023 00:18
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.

Implement value object in Domain library
2 participants