DacFx icon indicating copy to clipboard operation
DacFx copied to clipboard

How to read settings on the project level?

Open scrappyCoco opened this issue 3 years ago • 0 comments

What is the best way to load settings on the project level (for example xml or json) for my extended rules that have to be loaded once before a code analysis will be started? For example, I want to persist regular expressions that will be matched over TSQL object names. These regexes can vary in other teams and projects.

scrappyCoco avatar Feb 06 '23 08:02 scrappyCoco