Closed bronumski closed 2 years ago
I don't follow. What version do you use?
Starting with version 1.6 .NET 6 SDK is supported.
Latest version (as of now 2.0.4) supports .NET 6, .NET 5, and .NET Core 3.1 SDKs: (from NuGet)
@gfoidl Interesting, we are on 1.5.0 which is what we got when we set the build up a few weeks ago. I will try latest on Monday and we can probably close this out.
Actually I bet I know what happened. I probably took a direct link to the specific version and we ended up just installing that without realising there were later versions 🤦
Glad that issue could be solved 👍🏻
@gfoidl - Using latest version (2.0.4), looks to be working fine. Thank you.
P.S: Just checked out your profile 😄 very nice, I used to do a lot of junior ski racing in Alpback back in the 90's but stopped short of FIS. World class effort, I tip my hat to you sir.
Thanks 😄❤️
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 bulkier than necessary docker image. Would be nice if the trx2junit had support for the later dotnet 6 SDK.