BlueprintResolutionConflictType
Namespace: Meshmakers.Octo.Runtime.Contracts.Blueprints
Categories of dependency-graph conflicts detected during resolution.
public enum BlueprintResolutionConflictType
Inheritance Object → ValueType → Enum → BlueprintResolutionConflictType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| CircularDependency | 0 | The graph contains a cycle. |
| MissingDependency | 1 | A declared dependency is not present in any catalog. |
| IncompatibleDependencyVersions | 2 | Two paths through the graph require incompatible versions of the same blueprint (e.g. A→C-[1.0,2.0) and B→C-[2.0,3.0)). |