Application
now proviesBake
andStart
modes which can be run both together or individually with distinctApplicationContext
's.RunFlags
is introduced for configuring application mode
LayerBase
now proviesGetBakePhases()
method to enable registering specific phases to run atBake
modeService
andData Source
recipies now triggersBake
mode run at post buildDomain
layer'sAddDomainTypes
andBuildDomainModel
phases now only runs inBake
modeCodeGeneration
layer'sGenerateCode
andCompile
phases now only runs inBake
modeCodeGeneration
layer now introducesIGeneratedFileCollection
which enables generating data files inBake
modeCodeGeneration
layer now introducesGeneratedContext
atBuildConfiguration
phase which provides access to generated assemblies and files inStart
mode
CodeGeneration
layer now compiles and saves generated assemblies and files to entry assembly location withASPNETCORE_ENVIRONMENT
subfolderDomainAssemblies
feature now generatesICasterConfigurer
implementations andTagDescriptor
RequestResponseExample
json files inBake
mode
- Following features now generates
IServiceAdder
implementations fromDomainModel
inBake
modeTransient
Scoped
Singleton
AutoMapOrm
ProblemDetails
GiveMe.PropertyOf<T>
helper is renamed toThePropertyOf<T>
GiveMe.MethodOf<T>
helper is renamed toTheMethodOf<T>