2 references to AttributesToExcludeDefaultFileName
Microsoft.DotNet.ApiDiff.Tool (2)
Program.cs (2)
90
Description = $"An optional array of filepaths, each containing a list of attributes to exclude from the diff. Each file should contain one API full name per line. You can either modify the default file '{
AttributesToExcludeDefaultFileName
}' to add your own attributes, or include additional files using this command line option.",
93
DefaultValueFactory = _ => [new FileInfo(
AttributesToExcludeDefaultFileName
)]