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

Pass null as default to omit its declaration on usage #133

Closed meaboutsoftware closed 3 months ago

meaboutsoftware commented 3 months ago

๐Ÿ“‹ Description

This fix declares a null parameter as default if no value is passed.

๐Ÿ“ฆ PR Includes

๐Ÿšซ PR Does Not Include

๐Ÿ’ก Additional Notes

The usage of the newest package will be handled in another PR.