-
**Description:**
MSBuild version 17.4.0+18d5aef85 for .NET
MSBUILD : error MSB1009: Project file does not exist.
Switch: ./hyperbee.sln
Error: Process completed with exit code 1.
**Task version…
-
### Summary
We have a build script running on Bitbucket Pipelines that has been running just fine. Today we updated to .NET 7, and we get this message when attempting to run this command: '/usr/share…
-
To my best understanding xunit has some built-in tools, which are capable of running xunit tests directly - like from command line without using VSTest `vstest.console.exe` ?
Would it be possible t…
-
Using the mapper for our dot net builds and works great. Only issue is that we need to include .net 5 in our docker images as well as .net 6 which is what our applications require. This results in a b…
-
### Summary
When converting trx results to xml testcase name field in xml shows incorrect data
### Steps to reproduce
1. Create trx files with dotnet test --logger "trx;LogFilePrefix=UnitTest…
-
# Problem
Jenkins show empty build history list for tests.
Trx2Junit creates tag `` with attributes `name=FullyQualifiedTestName` and `classname=FullyQualifiedClassName`. This leads to double usag…
-
Hello and thank you so much for this project!
I was wondering if you had any interest in releasing the main code as a separate nuget package / library that could be integrated into other tools such…
-
Hello,
I am currently converting the attached "test.trx" file to the attached "test.xml" file.
[test.zip](https://github.com/gfoidl/trx2junit/files/9071242/test.zip)
I have two requests:
1. W…
-
I'm trying to setup the trx2junit in circleci but can't get it to work, so far my relevant code is:
# ...
- run:
name: "Run Application Tests"
command: dotnet test --…
-
This is not really a bug report, but more of an information: I had to write the full path to `trx2junit` (`/root/.dotnet/tools/trx2junit`) to get it to work in Circle CI.
Would it be worth mentioni…