Skip to content
Codeblack edited this page Mar 12, 2017 · 1 revision

Remove-BOM

Removes the BOM (Byte Order Mark) from the specified files. This is required for some of the tools used by the sonar-runner.

Parameters

Directory

Specifies the directory in which to look for files.

SearchPattern

Specifies the pattern to use when looking for files. Default is '".cs",".vb"'.

WhatIf

Specifies that no changes should be made.