Summary
Gets or sets whether or not the assembly is CLS compliant.
- Namespace
- Cake
.Common .Solution .Project .Properties - Containing Type
- AssemblyInfoSettings
Syntax
public bool? CLSCompliant { get; set; }
Value
| Type | Description |
|---|---|
| bool? | Whether or not the assembly is CLS compliant. |
