Skip to content

ProducerContext

type ProducerContext =
    {
        Site: SiteInfo
        ProjectRoot: AbsolutePath
        Diagnostics: DiagnosticSink
    }
AssemblyNacara.Core

Context handed to a content producer.

Fields

Site: SiteInfo
ProjectRoot: AbsolutePath
Diagnostics: DiagnosticSink

Reports under the producer's own name, so its diagnostics say where they come from.