v5.0 (Production Stable)

This section documents the production stable 5.x line (maintenance / historical reference).

Use this section when you are:

  • Maintaining an existing 5.0 project.
  • Debugging a regression specific to the 5.0-era architecture.
  • Investigating why later versions (6.0) introduced clearer separation between event payloads, snapshots, and service state.

If you are starting a new project, prefer:

  • v6-0 (C# plus Friflo ECS internal development architecture)

What you’ll find here

  • Guides: conceptual docs + patterns for the 5.0 architecture.
  • API: reference pages tied to the 5.0 content set.
  • Patches: maintenance releases for 5.0.x.

Start here

Latest 5.0.x patch

Testing note (5.0)

5.0 shipped with a test suite covering core plugin functionality.

  • Current test status: 101 tests executed, 84 passed (83.2%), 16 failed, 241 runtime errors
  • Interpretation: the suites cover core functionality but have some test failures that need investigation.

If you can migrate, the most common path is:

  1. Then adopt v6-0 concepts when you’re ready for the C# plus Friflo ECS architecture.