v0.24.0
Added
- New
IsLogMaskedoption for masking entity properties in logs - Dependabot scaffolding. Can be excluded with
IncludeDependabot = falseat the domain template level - Github test action scaffolding. Can be excluded with
IncludeGithubTestActions = falseat the api template level - Support for
string[]when using Postgres ValueObjectproperty scaffolding
⚠️ note there's a new new marker in db config:
public sealed class RecipeConfiguration : IEntityTypeConfiguration<Recipe>
{{
public void Configure(EntityTypeBuilder<Recipe> builder)
{{
// Relationship Marker -- Deleting or modifying this comment could cause incomplete relationship scaffolding
// Property Marker -- Deleting or modifying this comment could cause incomplete relationship scaffolding
}}";
Updated
- Logging was refactored to use app settings
- Add missing HttpClientInstrumentation on OTel
SortOrderandFiltersare nullable on list dto param- Remove old and unused fluent assertion options
- Entity plural is more powerful with
Humanizer
Fixed
- Email setter