{"id":16532652,"url":"https://github.com/hamedfathi/trxfileparser","last_synced_at":"2025-10-28T11:31:05.239Z","repository":{"id":41951280,"uuid":"179562716","full_name":"HamedFathi/TrxFileParser","owner":"HamedFathi","description":"A Trx file parser.","archived":false,"fork":false,"pushed_at":"2024-11-13T07:16:37.000Z","size":49,"stargazers_count":7,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T14:51:12.469Z","etag":null,"topics":["csharp","dotnet","nunit","test","testing","trx","trx-parser","xunit"],"latest_commit_sha":null,"homepage":"","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/HamedFathi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"HamedFathi","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2019-04-04T19:22:01.000Z","updated_at":"2024-11-13T07:16:41.000Z","dependencies_parsed_at":"2024-03-17T18:54:40.002Z","dependency_job_id":null,"html_url":"https://github.com/HamedFathi/TrxFileParser","commit_stats":{"total_commits":18,"total_committers":5,"mean_commits":3.6,"dds":0.5,"last_synced_commit":"7fdeb2674d78d79023982f2906fb49254dda32b4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamedFathi%2FTrxFileParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamedFathi%2FTrxFileParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamedFathi%2FTrxFileParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HamedFathi%2FTrxFileParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HamedFathi","download_url":"https://codeload.github.com/HamedFathi/TrxFileParser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238638513,"owners_count":19505615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["csharp","dotnet","nunit","test","testing","trx","trx-parser","xunit"],"created_at":"2024-10-11T18:13:08.630Z","updated_at":"2025-10-28T11:31:05.234Z","avatar_url":"https://github.com/HamedFathi.png","language":"C#","funding_links":["https://github.com/sponsors/HamedFathi"],"categories":[],"sub_categories":[],"readme":"\n![search](https://user-images.githubusercontent.com/8418700/140909729-b376f550-469b-426d-8d7d-b78cfee45350.png)\n\nA `Trx` file is nothing but a Visual Studio unit test result file extension. This file is in XML format. `TrxFileParser` helps you to parse it.\n\n### Create a Trx file\n\n* Command line\n\n```\ndotnet test -l:trx;LogFileName=C:\\temp\\TestOutput.xml\n```\n\n* MSBuild\n\n```xml\n\u003cPropertyGroup\u003e\n  \u003cVSTestLogger\u003etrx\u003c/VSTestLogger\u003e\n  \u003cVSTestResultsDirectory\u003eC:\\temp\u003c/VSTestResultsDirectory\u003e\n\u003c/PropertyGroup\u003e\n```\n\n### Parsing a Trx file\n\n```cs\nTestRun testRun = TrxFileParser.TrxConvert.Deserialize(trxFilePath);\n```\n\n### Convert test result to Markdown\n\n```cs\nstring markdown = testRun.ToMarkdown();\n```\n\n\u003chr/\u003e\n\n### [Nuget](https://www.nuget.org/packages/TrxFileParser/)\n\n[![Open Source Love](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](https://opensource.org/licenses/MIT)\n![Nuget](https://img.shields.io/nuget/v/TrxFileParser)\n![Nuget](https://img.shields.io/nuget/dt/TrxFileParser)\n\n```\nInstall-Package TrxFileParser\n\ndotnet add package TrxFileParser\n```\n\n\u003chr/\u003e\n\u003cdiv\u003eIcons made by \u003ca href=\"https://www.freepik.com\" title=\"Freepik\"\u003eFreepik\u003c/a\u003e from \u003ca href=\"https://www.flaticon.com/\" title=\"Flaticon\"\u003ewww.flaticon.com\u003c/a\u003e\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamedfathi%2Ftrxfileparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamedfathi%2Ftrxfileparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamedfathi%2Ftrxfileparser/lists"}