All issues

0
Autofix is being processed.
Opening braces should not be preceded by blank line. lines of code = 1
Use 'string.Contains(char)' instead of 'string.Contains(string)' when searching for a single character. lines of code = 1
52
                if (!header.Contains("[]") && !header.Contains("."))
Prefer comparing `Count` to 0 rather than using `Any()`, both for clarity and for performance. lines of code = 1
109
                    if (!dictionary.Any())
Code should not contain empty statements. lines of code = 1
38
        extension = extension.NormalizeExtension(); ;