Interface IConfigurationProvider
- Namespace
- Dassie.Extensions
- Assembly
- dc.dll
Defines a mechanism to pass configuration data to the compiler without using project files (dsconfig.xml).
public interface IConfigurationProvider
- Extension Methods
Properties
Configuration
The project configuration encapsulated by this configuration provider.
DassieConfig Configuration { get; }
Property Value
Name
The name of the configuration provider.
string Name { get; }