evolutionary-architecture / evolutionary-architecture-by-example

Navigate the complex landscape of .NET software architecture with our step-by-step, story-like guide. Unpack the interplay between modular monoliths, microservices, domain-driven design, and various architectural patterns. Go beyond the one-size-fits-all solutions and understand how to blend these approaches based on your unique needs.
MIT License
1.53k stars 189 forks source link

Extract the new business rule validator to a common project ๐Ÿ”„ #137

Closed kamilbaczek closed 2 months ago

kamilbaczek commented 2 months ago

๐Ÿ“‹ Description

This refactor is connected with the extraction bussiness rule engine and tests assertion to nuget packages

๐Ÿ“ฆ PR Includes

๐Ÿšซ PR Does Not Include

๐Ÿ’ก Additional Notes

No additional notes