LuciferCore 2.6.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on LuciferCore:

Package Downloads
LuciferCore.Toolkit

An official companion toolkit for LuciferCore. Provides high-level abstractions, convenience overloads (string, JSON, Stream), and productivity tools to complement the zero-allocation Core engine without compromising its performance-first architecture.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.7.6 0 5/27/2026
2.7.6-debug 0 5/27/2026
2.7.5 76 5/24/2026
2.7.5-debug 72 5/24/2026
2.7.4 93 5/24/2026
2.7.4-debug 78 5/24/2026
2.7.3 86 5/24/2026
2.7.3-debug 78 5/24/2026
2.7.2 91 5/22/2026
2.7.2-debug 78 5/22/2026
2.7.1 72 5/20/2026
2.7.1-debug 69 5/20/2026
Loading failed

Dependency Injection Support for RouteHandler and RoutableEvent:
     - Enhanced Model Resolution: RoutableEvent<THandler> no longer requires the new() constraint; shared handlers are now resolved via LuciferModel.GetModelI<THandler>() to support Constructor Injection.
     - Optimized Initialization Lifecycle: SimulationManager now invokes Lucifer.SetModelI(...) during route setup, ensuring handlers are registered and resolvable at type-creation time.
     - Full Dependency Support: Handlers can now automatically ingest registered services through constructors, enabling a cleaner and more modular plugin architecture.