Requirements
Today, domain-related configuration (context, provider) is spread across separate calls, which can be fragmented and error-prone in multi-domain setups. Discuss a fluent AddDomain("name", cfg => { ... }) style API where all domain-level concerns are configured in one place.
Requirements
Today, domain-related configuration (context, provider) is spread across separate calls, which can be fragmented and error-prone in multi-domain setups. Discuss a fluent
AddDomain("name", cfg => { ... })style API where all domain-level concerns are configured in one place.