Domain Template

The template for the file used when creating a new domain project using the `new domain` command.

Domain Template Properties

NameRequiredDescriptionDefault
DomainNameYesThe name of the domain.None
AddGitNoSettings for git in your project.true
BoundedContextsNoThe logical contextual boundaries within your domain.None
MessagesNoThe MassTransit messages in your project.None
AuthServerNoThe auth server of your domain.None
IncludeDependabotNoA boolean to dictate whether or not to include a dependabot configuration file.true

Domain Template Example

The example on the project tutorial covers how to add new bounded contexts.