Go to file
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
.claude Improve info panel tables, PDF support, and splash screen 2025-12-20 10:20:51 +01:00
.cr/personal/FavoritesList wtf 2025-09-23 12:20:58 +02:00
FruitBank.Common Refactor AcToonSerializer metadata extraction & DTO tables 2026-01-13 08:25:28 +01:00
FruitBank.Common.Server Refactor SignalR hub registration and background tasks 2026-01-06 08:55:38 +01:00
FruitBankHybrid Add MgLazyLoadContent, grid layout refactor, tests 2025-12-21 16:29:37 +01:00
FruitBankHybrid.Shared Enable conditional Delete button in grid toolbars 2025-12-24 16:58:19 +01:00
FruitBankHybrid.Shared.Common Refactor, enhance, and improve test coverage 2025-12-08 15:50:57 +01:00
FruitBankHybrid.Shared.Tests Refactor AcToonSerializer metadata extraction & DTO tables 2026-01-13 08:25:28 +01:00
FruitBankHybrid.Web Add MgLazyLoadContent, grid layout refactor, tests 2025-12-21 16:29:37 +01:00
FruitBankHybrid.Web.Client Refactor fullscreen grid UI; add serializer diagnostics/tests 2025-12-20 08:40:03 +01:00
.gitignore Convert to Devexpress solution; impovements, clean, etc... 2025-09-17 06:02:32 +02:00
FruitBankHybrid.sln Improve AcToonSerializer type metadata handling & tests 2026-01-12 08:36:23 +01:00
SqlSchemaCompare_Dev_to_Prod.scmp Update schema compare config, connection, and exclusions 2025-12-23 11:14:32 +01:00