Namespace Serenity.InitializationPipeline.InterfaceAdapters
Classes
UnityInitializationPipelineDebugTelemetry
Debug telemetry implementation for initialization pipeline that logs detailed progress and status information.
Provides comprehensive logging of pipeline events including start, progress, task completion, failures, and final completion status.
UnityInitializationPipelineProfile
Unity ScriptableObject that defines an initialization pipeline profile with task definitions and execution order.
Can be created via Unity's asset menu and implements both initialization pipeline and foundation settings interfaces.
UnityTaskServices
Unity-specific implementation of ITaskServices providing service registration and retrieval.
Uses a type-based dictionary to store and access services during initialization tasks,
supporting fluent registration and both safe and required service access patterns.