This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.SmartAssembly.
Summary
Per assembly settings.
- Assembly
- Cake
.SmartAssembly .dll - Namespace
- Cake
.SmartAssembly - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["AssemblyOptionSettings"]
class Type type-node
Syntax
public class AssemblyOptionSettings
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
Assembly |
Properties
Name | Value | Summary |
---|---|---|
Assembly | string |
The name of the assembly.
|
CompressAssembly | Nullable |
Enable / Disable compression when the assembly is embedded.
This option is ignored unless embed:true.
|
Compress |
Nullable |
Enable / Disable resources compression and encryption
|
ControlFlowObfuscate | Nullable |
Sets the level of control flow obfuscation to apply to the assembly:
False = None
0 = Use attributes to set Control Flow Obfuscation, see Obfuscating the control flow
1 = Basic
2 = Strictly valid
3 = Strongest
4 = Unverifiable
|
DynamicProxy | Nullable |
Enable / Disable the references dynamic proxy
|
Embed | Nullable |
Disable / Enable dependencies embedding
This option is ignored if merge:true.
(Note that you cannot embed the main assembly.)
|
EncryptAssembly | Nullable |
Whether you want to encrypt the assembly when it is embedded.
This option is ignored unless embed:true and compressassembly:true
|
Merge | Nullable |
Disable / Enable dependencies merging
(Note that you cannot merge the main assembly.)
|
NameObfuscate | Nullable |
Enable / Disable types and methods obfuscation and field names obfuscation
The obfuscation is applied at the levels specified for the project.
|
Prune | Nullable |
Enable / Disable pruning
|
Extension Methods
Name | Value | Summary |
---|---|---|
CollectAll |
string[] |
Appends all arguments from settings.
Requires the Cake.SmartAssembly addin
|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|