ILRepackSettings.

CopyAttrs Property

Summary

Gets or sets a value indicating whether to copy assembly attributes (by default only the primary assembly attributes are copied).
Namespace
Cake.Common.Tools.ILRepack
Containing Type
ILRepackSettings

Syntax

public bool CopyAttrs { get; set; }

Value

Type Description
bool true if assembly attributes should be copied; otherwise, false.