DotNetFormatSettings.

Include Property

Summary

Gets or sets a space-separated list of relative file or folder paths to include in formatting. All files in the solution or project are formatted if empty.

Syntax

public ICollection<string> Include { get; set; }

Value

Type Description
ICollection<string>