Go to file
Loretta 0bb0b06af4 Refactor Toon serializer: robust navigation/type metadata
- Introduce AcNavigationPropertyInfo for unified, cached relationship metadata per property (primary key, navigation type, FK, other key, inverse, target type)
- Refactor relationship detection to use AcNavigationPropertyInfo, replacing ad-hoc logic and old RelationshipMetadata
- Add AcSerializerCommon.GetCSharpTypeName for consistent, C#-style type name formatting (handles primitives, generics, nullables, enums, collections)
- Use topological sort for @types output to ensure dependency order
- Improve enum handling: avoid redundant constraints, use new type name formatter for underlying types
- Output navigation, foreign-key, other-key, and inverse-property metadata consistently in meta section
- Enhance convention-based detection for inverse properties and "other key", including unidirectional/polymorphic support
- Add comprehensive test for navigation metadata completeness and demo test entities
- Add "source-code-language: C#" to meta section
- Misc: code cleanup, remove unused cache, improve property filtering
2026-01-14 08:00:32 +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 Toon serializer: robust navigation/type metadata 2026-01-14 08:00:32 +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