ExcludeFilePatterns

Property in Project

Summary

Gets or sets the collection of file search patterns that should be excluded from this project.

public IEnumerable<string> ExcludeFilePatterns { get; set; };

Remarks

If a file is matched by a pattern in SourceFilePatterns , and is also matched by a pattern in ExcludeFilePatterns , then it is not included in the value returned by SourceFiles .

Last updated

Was this helpful?