coverlet-coverage / coverlet

Cross platform code coverage for .NET
MIT License
2.93k stars 385 forks source link

create XML coverage file without BOM #1604

Closed Bertk closed 5 months ago

Bertk commented 5 months ago

UTF-8. The UTF-8 representation of the BOM is the (hexadecimal) byte sequence EF BB BF . The Unicode Standard permits the BOM in UTF-8, but does not require or recommend its use.

closes #1602