{"id":28525096,"url":"https://github.com/ricardofslp/dotnet-trx-merge","last_synced_at":"2026-02-28T02:27:33.116Z","repository":{"id":195630272,"uuid":"679483557","full_name":"ricardofslp/dotnet-trx-merge","owner":"ricardofslp","description":"Merge trx files","archived":false,"fork":false,"pushed_at":"2026-02-26T22:40:37.000Z","size":180,"stargazers_count":15,"open_issues_count":5,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-27T01:50:39.301Z","etag":null,"topics":["dotnet","dotnet-tool","nuget"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/dotnet-trx-merge","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ricardofslp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-17T00:33:05.000Z","updated_at":"2026-02-26T22:19:49.000Z","dependencies_parsed_at":"2025-07-06T13:40:22.773Z","dependency_job_id":"5f3fd619-dd4d-424e-9bac-cca30c51bbf5","html_url":"https://github.com/ricardofslp/dotnet-trx-merge","commit_stats":null,"previous_names":["ricardofslp/dotnet-trx-merge"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/ricardofslp/dotnet-trx-merge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardofslp%2Fdotnet-trx-merge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardofslp%2Fdotnet-trx-merge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardofslp%2Fdotnet-trx-merge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardofslp%2Fdotnet-trx-merge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ricardofslp","download_url":"https://codeload.github.com/ricardofslp/dotnet-trx-merge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricardofslp%2Fdotnet-trx-merge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29920565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotnet","dotnet-tool","nuget"],"created_at":"2025-06-09T11:13:02.907Z","updated_at":"2026-02-28T02:27:33.092Z","avatar_url":"https://github.com/ricardofslp.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotnet-trx-merge\n\n# Status\n[![1]][2] [![6]][7] [![3]][4] [![5]][4]\n\n# Description\nThis tool scope is to allow the merge of several trx files in a single one. This would prepare the files to later be imported into a reporting tool.\n\n# Installation\n```sh\ndotnet tool install --global dotnet-trx-merge\n```\n\n# Usage\n```sh\ntrx-merge [OPTIONS]\n```\n\n\n## Options\n| option                    | description                                                             |\n|---------------------------|-------------------------------------------------------------------------|\n| `--file, -f`              | Trx file to merge. Can be set several times. Cannot be used with --dir. |\n| `--dir, -d`               | Folder to look for trx files. Cannot be used with --file.               |\n| `--loglevel`              | Log Level. *(default: Verbose)*                                         |\n| `--recursive, -r`         | Search recursively in folder. Implies --dir is set.                     |\n| `--namespace, -n`         | Namespace to add to output file.                                        |\n| `--copyOriginalFiles, -c` | Copy the files in original folder.                                      |\n| `--output, -o`            | Output file path. Must include the file name, not just a directory.     |\n\n## 👤 Author \u0026 Contributors\n\n👤 **Ricardo Pereira**\n\n- Github: [@ricardofslp](https://github.com/ricardofslp)\n\n👥 **Main Contributors**\n\n- Github: [@joaoopereira](https://github.com/joaoopereira)\n\n## :handshake: Contributing\n\nContributions, issues and feature requests are welcome!\\\nFeel free to check the [issues page](https://github.com/ricardofslp/dotnet-trx-merge/issues).\n\n## Show your support\n\nGive a :star: if this project helped you!\n\n## :memo: License\n\nCopyright © 2023 [Ricardo Pereira](https://github.com/ricardofslp).\\\nThis tool is licensed under MIT License. See the [LICENSE](/LICENSE) file for details.\n\n[1]: https://github.com/ricardofslp/dotnet-trx-merge/actions/workflows/cd.yml/badge.svg\n[2]: https://github.com/ricardofslp/dotnet-trx-merge/actions/workflows/cd.yml\n[3]: https://img.shields.io/nuget/v/dotnet-trx-merge.svg?label=dotnet-trx-merge\n[4]: https://www.nuget.org/packages/dotnet-trx-merge\n[5]: https://img.shields.io/nuget/dt/dotnet-trx-merge.svg?label=downloads\n[6]: https://coveralls.io/repos/github/ricardofslp/dotnet-trx-merge/badge.svg?branch=main\n[7]: https://coveralls.io/github/ricardofslp/dotnet-trx-merge?branch=main","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricardofslp%2Fdotnet-trx-merge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fricardofslp%2Fdotnet-trx-merge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricardofslp%2Fdotnet-trx-merge/lists"}