KirillOsenkov / MSBuildStructuredLog

A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
MIT License
1.42k stars 188 forks source link

Improve CppAnalyzer load time by reducing Regex.Match calls. #613

Closed yuehuang010 closed 1 year ago

yuehuang010 commented 1 year ago

Improve load times by checking keywords before matching regex.