Class EffectiveConfig
public record EffectiveConfig : IEquatable<EffectiveConfig>
- Inheritance
-
EffectiveConfig
- Implements
- Inherited Members
Properties
ActiveProfile
public string ActiveProfile { get; init; }
Property Value
Config
public CressConfig Config { get; init; }
Property Value
Profile
public CressProfile Profile { get; init; }
Property Value
ResolvedFlake
Returns the effective flake configuration, merging project-level defaults with any profile-level overrides (profile wins where non-null).
public FlakeConfig ResolvedFlake { get; }