FruitBankHybridApp/FruitBank.Common/Dtos
Loretta 18b119c7a8 Refactor AcToonSerializer metadata extraction & DTO tables
- Remove redundant constraints (nullable, numeric, boolean) from metadata; only explicit [Required] is documented.
- Exclude enum values from constraints; add "readonly" for readonly/init-only properties.
- Filter out primitives from documented types; only complex types and enums are included.
- Detect and document enum backing fields with "enum-type" constraint.
- Only output descriptions if explicitly provided; no fallback/inferred text.
- Add "not-mapped" constraint for [NotMapped]/[NotColumn] properties.
- Switch FruitBankHybrid.Shared.Tests.csproj to direct AyCode.Core project reference.
- Add both LinqToDB and DataAnnotations [Table] attributes to DTOs for ORM compatibility.
2026-01-13 08:25:28 +01:00
..
GenericAttributeDto.cs Refactor AcToonSerializer metadata extraction & DTO tables 2026-01-13 08:25:28 +01:00
MeasuringProductDto.cs Improvements, fixes, etc... 2025-11-05 14:56:07 +01:00
OrderDto.cs Refactor AcToonSerializer metadata extraction & DTO tables 2026-01-13 08:25:28 +01:00
OrderItemDto.cs Refactor AcToonSerializer metadata extraction & DTO tables 2026-01-13 08:25:28 +01:00
ProductDto.cs Refactor AcToonSerializer metadata extraction & DTO tables 2026-01-13 08:25:28 +01:00
StockQuantityHistoryDto.cs Refactor AcToonSerializer metadata extraction & DTO tables 2026-01-13 08:25:28 +01:00