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# 6.0 internal development)

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: ~1,600 tests executed, all passing ✅

If you can migrate, the most common path is:

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