Allows you to change the name of the assembly created by the compilation this module produces. This can be
useful for uniquely identifying multiple instances of the module, for example. By default
System.IO.Path.GetRandomFileName
is used to derive the compilation assembly name.
- Namespace
- Statiq
.CodeAnalysis - Containing Type
- AnalyzeCSharp
Syntax
public AnalyzeCSharp WithCompilationAssemblyName(Config<string> compilationAssemblyName)
Parameters
Name | Type | Description |
---|---|---|
compilationAssemblyName | Config |
The name of the compilation assembly. |
Return Value
Type | Description |
---|---|
AnalyzeCSharp | The current module instance. |