AyCode.Blazor/AyCode.Maui.Core/Platforms
Loretta 85dbb853c7 Update ToonTests to serialize type metadata only
Replaced AcToonSerializer.Serialize with SerializeTypeMetadata<FullProcessModel> in ToonTests. The test now serializes only the type metadata for FullProcessModel using the domain description, rather than serializing the actual data instance. Assertions and comments remain unchanged.
2026-03-28 17:25:12 +01:00
..
Android Initial Commit 2023-11-26 23:20:16 +01:00
MacCatalyst Initial Commit 2023-11-26 23:20:16 +01:00
Tizen TiamGrid.ContextId; improvements, fixes, etc... 2024-06-03 07:45:45 +02:00
Windows Initial Commit 2023-11-26 23:20:16 +01:00
iOS Initial Commit 2023-11-26 23:20:16 +01:00
README.md Update ToonTests to serialize type metadata only 2026-03-28 17:25:12 +01:00

README.md

Platforms

Platform-specific code for AyCode.Maui.Core. Each subfolder is conditionally compiled only for its target platform. All classes currently contain empty PlatformClass1 placeholders.

Subfolders

  • Android/ -- Android-specific code (API 33+).
  • iOS/ -- iOS-specific code (15.0+).
  • MacCatalyst/ -- Mac Catalyst-specific code (15.0+).
  • Windows/ -- Windows-specific code (10.0.19041+).
  • Tizen/ -- Tizen-specific code (currently commented out in the .csproj).

Key Files

  • {Platform}/PlatformClass1.cs -- Empty placeholder class per platform, all in the AyCode.Maui.Core namespace.

LLM Maintenance: If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.