Skip to content

Release v3.3.1

Choose a tag to compare

@github-actions github-actions released this 13 Sep 07:47
b6c6ac8

Summary

  • register every concrete Scene element for System.Text.Json polymorphic serialization
  • preserve component names, slots, panels, and nested element shapes across the C# to TypeScript boundary
  • verify nested external components retain their concrete contract

Verification

  • dotnet test Source/DotNET/Model.Specs/Model.Specs.csproj --configuration Debug --filter FullyQualifiedName~when_serializing_an_external_component
  • dotnet build Source/DotNET/Model/Model.csproj --configuration Release