Class CoreKernelDebugOrchestrator
- Namespace
- DotCompute.Abstractions.Debugging.Types
- Assembly
- DotCompute.Abstractions.dll
Placeholder type for CoreKernelDebugOrchestrator. The actual implementation resides in DotCompute.Core.Debugging.Services. This file exists to resolve type references in DotCompute.Abstractions.
[Obsolete("This is a placeholder type. Use IKernelDebugService from DotCompute.Abstractions.Debugging instead.", true)]
public sealed class CoreKernelDebugOrchestrator
- Inheritance
-
CoreKernelDebugOrchestrator
- Inherited Members
Remarks
This is a forward declaration placeholder. The real CoreKernelDebugOrchestrator is implemented in DotCompute.Core and should not be referenced from abstractions. If you're seeing this type, consider restructuring the code to use the IKernelDebugService interface instead of depending on the concrete orchestrator type.