1.0.0-alpha.19
Pre-release
Pre-release
- Added
StartProcess.WithArgument()
methods to add arguments to the module using a fluent interface. - Added
Config<TValue>.CombineWith()
extensions for combining two configs. - Added
Config<TValue>.Transform()
extensions for transforming from one value to another. - Made
IExecutionContext
(re)implementIMetadata
throughSettings
. - Added
ToString()
overloads toIFileSystemEntry
(can't believe those weren't already there). - Added a
Statiq.Netlify
extension with aDeployNetlifySite
module. IDocument
now implementsIContentProviderFactory
.- Added some additional
IContentProvider
overloads to theDeployAppService
module.