Namespace Fabricator.Resources
Fabricator's main concept is IResource: this is an entity that can be checked for its presence (via AlreadyApplied check) or can be applied to the target environment (via Apply).
(Note that IResource is defined in the Core package.)
This assembly contains various resources Fabricator supports out of the box. The user can define new resources by implementing the IResource interface.