AssemblyLinkerTask.

SupportsTemplate Property

Summary

Indicates whether the assembly linker for a given target framework supports the "template" option, which takes an assembly from which to get all options except the culture field. The default is true.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
AssemblyLinkerTask

Syntax

[FrameworkConfigurable("supportstemplate")]
public bool SupportsTemplate { get; set; }

Remarks

TODO: remove this once Mono bug #74814 is fixed.

Attributes

Type Description
FrameworkConfigurableAttribute Indicates that the value of the property to which the attribute is assigned, can be configured on the framework-level in the NAnt application configuration file.

Value

Type Description
bool