Class ProfileLoader
- Namespace
- Cress.ProjectSystem
- Assembly
- Cress.ProjectSystem.dll
public sealed class ProfileLoader
- Inheritance
-
ProfileLoader
- Inherited Members
Methods
Load(string, string, bool)
public OperationResult<CressProfile> Load(string projectRoot, string profileName, bool strict = false)
Parameters
Returns
LoadActive(string, CressConfig, string?, bool)
public OperationResult<CressProfile> LoadActive(string projectRoot, CressConfig config, string? profileName = null, bool strict = false)
Parameters
projectRootstringconfigCressConfigprofileNamestringstrictbool
Returns
LoadAll(string, bool)
public IReadOnlyList<OperationResult<CressProfile>> LoadAll(string projectRoot, bool strict = false)