Summary
Gets or sets the name(s) of the assembly(s) that internals should be visible to.
- Namespace
- Cake
.Common .Solution .Project .Properties - Containing Type
- AssemblyInfoSettings
Syntax
public ICollection<string> InternalsVisibleTo { get; set; }
Value
Type | Description |
---|---|
ICollection |
The name(s) of the assembly(s). |