For my application I need to ignore several directories because they contain GetString calls that I don't want to process.
Another way to solve this is to leverage Microsoft.Extensions.FileSystemGlobbing and add exclude patterns to the CLI, but that is something for a maintainer to decide.
For my application I need to ignore several directories because they contain
GetString
calls that I don't want to process.Another way to solve this is to leverage
Microsoft.Extensions.FileSystemGlobbing
and add exclude patterns to the CLI, but that is something for a maintainer to decide.