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
Setting strings encoding
To disable strings encoding:
/stringsencoding=false
To enable strings encoding, set /stringsencoding=true. You may specify settings for the three sub-options:
Use improved protection?
Compress and encrypt resources?
Cache the strings for improved performance?
/stringsencoding=true;
improved:[true | false],
compressencrypt:[true | false]
cache:[true | false]
- Assembly
- Cake
.SmartAssembly .dll - Namespace
- Cake
.SmartAssembly - Containing Type
- Smart
Assembly Settings
Syntax
public Nullable<bool> StringsEncoding { get; set; }
Value
Type | Description |
---|---|
Nullable |