ricardofslp / dotnet-trx-merge

Merge trx files
https://www.nuget.org/packages/dotnet-trx-merge
MIT License
9 stars 4 forks source link

This tool adds empty xmlnamespaces #77

Closed mwwhited closed 1 month ago

mwwhited commented 10 months ago

This tool incorrectly recreates the XML files by changing namespaces from xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010" to xmlns=""

ricardofslp commented 8 months ago

Hi,

There is a new optional argument called --namespace or -n that will allow to do a replace of the namespace in the output file. Can you please try to call this by using this argument and providing the namespace that you want?

This is available in version: https://www.nuget.org/packages/dotnet-trx-merge/1.4.0-alpha.1

ricardofslp commented 5 months ago

Hi @mwwhited ,

Have you tried the newer version to see if it works?