KirillOsenkov / MSBuildStructuredLog

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

Use correct culture to parse analyzer execution time #688

Closed Korexio closed 1 year ago

Korexio commented 1 year ago

Fixes #687

The culture found in the log file is now used to parse analyzer execution times.

Before:

image

After:

image